Html Css Color HEX #D60C23 Fire Engine Red

📋 copy color: '#D60C23'

red 214 ◦ green 12 ◦ blue 35

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

Shades of Fire Engine Red #D60C23

Tints of Fire Engine Red #D60C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 81.99%
G = 4.6%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D60C23 (or 0xD60C23) is known color: Fire Engine Red. HEX triplet: D6, 0C and 23. RGB value is (214,12,35). Sum of RGB (Red+Green+Blue) = 214+12+35=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C23 is #29F3DC. Grayscale: #4B4B4B. Windows color (decimal): -2749405 or 2297046. OLE color: 2297046.

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

Color convert

RGB 214 12 35 -
CMYK 0 0.94 0.84 0.16
HSL 353.17º 0.89% 0.44% -
HSV(B) 353.17º 0.94% 0.84% -
XYZ 28.17 14.68 2.94 -
YUV 75.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 214 12 35 0 0.94 0.84 0.16 353.17 0.89 0.44
Hex D6 C 23 0 5E 54 10 161 59 2C
Octal 326 14 43 0 136 124 20 541 131 54
Binary 11010110 1100 100011 0 1011110 1010100 10000 101100001 1011001 101100

Color Harmonies of #D60C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C23

Black with #D60C23

Text Example


Text Example

White with #D60C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C23; }

 p { color: rgb(214,12,35); }

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

background-color css

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

 a { background-color: rgb(214,12,35); }

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

border-color css

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

 span { border-color: rgb(214,12,35); }

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