Html Css Color HEX #D60E21 Fire Engine Red

📋 copy color: '#D60E21'

red 214 ◦ green 14 ◦ blue 33

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

Shades of Fire Engine Red #D60E21

Tints of Fire Engine Red #D60E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 81.99%
G = 5.36%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D60E21 (or 0xD60E21) is known color: Fire Engine Red. HEX triplet: D6, 0E and 21. RGB value is (214,14,33). Sum of RGB (Red+Green+Blue) = 214+14+33=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E21 is #29F1DE. Grayscale: #4C4C4C. Windows color (decimal): -2748895 or 2166486. OLE color: 2166486.

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

Color convert

RGB 214 14 33 -
CMYK 0 0.93 0.85 0.16
HSL 354.3º 0.88% 0.45% -
HSV(B) 354.3º 0.93% 0.84% -
XYZ 28.16 14.72 2.8 -
YUV 75.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 214 14 33 0 0.93 0.85 0.16 354.3 0.88 0.45
Hex D6 E 21 0 5D 55 10 162 58 2D
Octal 326 16 41 0 135 125 20 542 130 55
Binary 11010110 1110 100001 0 1011101 1010101 10000 101100010 1011000 101101

Color Harmonies of #D60E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E21

Black with #D60E21

Text Example


Text Example

White with #D60E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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