Html Css Color HEX #DA1825 Fire Engine Red

📋 copy color: '#DA1825'

red 218 ◦ green 24 ◦ blue 37

#DA1825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #DA1825

Tints of Fire Engine Red #DA1825

RGB

 RED value IS 218 (85.55% from 255) = 78.14%

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 78.14%
G = 8.6%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA1825 (or 0xDA1825) is known color: Fire Engine Red. HEX triplet: DA, 18 and 25. RGB value is (218,24,37). Sum of RGB (Red+Green+Blue) = 218+24+37=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1825 is #25E7DA. Grayscale: #535353. Windows color (decimal): -2484187 or 2431194. OLE color: 2431194.

HSL color Cylindrical-coordinate representation of color #DA1825: hue angle of 355.98º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1825 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 37 -
CMYK 0 0.89 0.83 0.15
HSL 355.98º 0.8% 0.47% -
HSV(B) 355.98º 0.89% 0.85% -
XYZ 29.57 15.69 3.22 -
YUV 83.49 101.77 223.94 -
System Red Green Blue C M Y K H S L
Decimal 218 24 37 0 0.89 0.83 0.15 355.98 0.8 0.47
Hex DA 18 25 0 59 53 F 164 50 2F
Octal 332 30 45 0 131 123 17 544 120 57
Binary 11011010 11000 100101 0 1011001 1010011 1111 101100100 1010000 101111

Color Harmonies of #DA1825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1825

Black with #DA1825

Text Example


Text Example

White with #DA1825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1825; }

 p { color: rgb(218,24,37); }

 H1.HeaderClassName
 {
   color: #DA1825;
 }
 .AnyTagClassName
 {
   color: #DA1825;
 }
</style>

background-color css

<style>
 a { background-color: #DA1825; }

 a { background-color: rgb(218,24,37); }

 div.DivClassName
 {
   background-color: #DA1825;
 }
 .BgClassName
 {
   background-color: #DA1825;
 }
</style>

border-color css

<style>
 span { border-color: #DA1825; }

 span { border-color: rgb(218,24,37); }

 td.TdClassName
 {
   border-color: #DA1825;
 }
 .TagClassName
 {
   border-color: #DA1825;
 }
</style>