Html Css Color HEX #D60F19 Fire Engine Red

📋 copy color: '#D60F19'

red 214 ◦ green 15 ◦ blue 25

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

Shades of Fire Engine Red #D60F19

Tints of Fire Engine Red #D60F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

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

R = 84.25%
G = 5.91%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60F19 (or 0xD60F19) is known color: Fire Engine Red. HEX triplet: D6, 0F and 19. RGB value is (214,15,25). Sum of RGB (Red+Green+Blue) = 214+15+25=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60F19 is #29F0E6. Grayscale: #4B4B4B. Windows color (decimal): -2748647 or 1642454. OLE color: 1642454.

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

Color convert

RGB 214 15 25 -
CMYK 0 0.93 0.88 0.16
HSL 356.98º 0.87% 0.45% -
HSV(B) 356.98º 0.93% 0.84% -
XYZ 28.08 14.71 2.28 -
YUV 75.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 214 15 25 0 0.93 0.88 0.16 356.98 0.87 0.45
Hex D6 F 19 0 5D 58 10 165 57 2D
Octal 326 17 31 0 135 130 20 545 127 55
Binary 11010110 1111 11001 0 1011101 1011000 10000 101100101 1010111 101101

Color Harmonies of #D60F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F19

Black with #D60F19

Text Example


Text Example

White with #D60F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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