Html Css Color HEX #D60D19 Fire Engine Red

📋 copy color: '#D60D19'

red 214 ◦ green 13 ◦ blue 25

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

Shades of Fire Engine Red #D60D19

Tints of Fire Engine Red #D60D19

RGB

 RED value IS 214 (83.98% from 255) = 84.92%

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 84.92%
G = 5.16%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60D19 (or 0xD60D19) is known color: Fire Engine Red. HEX triplet: D6, 0D and 19. RGB value is (214,13,25). Sum of RGB (Red+Green+Blue) = 214+13+25=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D19 is #29F2E6. Grayscale: #4A4A4A. Windows color (decimal): -2749159 or 1641942. OLE color: 1641942.

HSL color Cylindrical-coordinate representation of color #D60D19: hue angle of 356.42º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D19 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 13 25 -
CMYK 0 0.94 0.88 0.16
HSL 356.42º 0.89% 0.45% -
HSV(B) 356.42º 0.94% 0.84% -
XYZ 28.05 14.65 2.27 -
YUV 74.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 214 13 25 0 0.94 0.88 0.16 356.42 0.89 0.45
Hex D6 D 19 0 5E 58 10 164 59 2D
Octal 326 15 31 0 136 130 20 544 131 55
Binary 11010110 1101 11001 0 1011110 1011000 10000 101100100 1011001 101101

Color Harmonies of #D60D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D19

Black with #D60D19

Text Example


Text Example

White with #D60D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D19; }

 p { color: rgb(214,13,25); }

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

background-color css

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

 a { background-color: rgb(214,13,25); }

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

border-color css

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

 span { border-color: rgb(214,13,25); }

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