Html Css Color HEX #D60E1E Fire Engine Red

📋 copy color: '#D60E1E'

red 214 ◦ green 14 ◦ blue 30

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

Shades of Fire Engine Red #D60E1E

Tints of Fire Engine Red #D60E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 82.95%
G = 5.43%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D60E1E (or 0xD60E1E) is known color: Fire Engine Red. HEX triplet: D6, 0E and 1E. RGB value is (214,14,30). Sum of RGB (Red+Green+Blue) = 214+14+30=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E1E is #29F1E1. Grayscale: #4B4B4B. Windows color (decimal): -2748898 or 1969878. OLE color: 1969878.

HSL color Cylindrical-coordinate representation of color #D60E1E: hue angle of 355.2º degrees, saturation: 0.88, 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 #D60E1E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 14 30 -
CMYK 0 0.93 0.86 0.16
HSL 355.2º 0.88% 0.45% -
HSV(B) 355.2º 0.93% 0.84% -
XYZ 28.12 14.7 2.58 -
YUV 75.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 214 14 30 0 0.93 0.86 0.16 355.2 0.88 0.45
Hex D6 E 1E 0 5D 56 10 163 58 2D
Octal 326 16 36 0 135 126 20 543 130 55
Binary 11010110 1110 11110 0 1011101 1010110 10000 101100011 1011000 101101

Color Harmonies of #D60E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E1E

Black with #D60E1E

Text Example


Text Example

White with #D60E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E1E; }

 p { color: rgb(214,14,30); }

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

background-color css

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

 a { background-color: rgb(214,14,30); }

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

border-color css

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

 span { border-color: rgb(214,14,30); }

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