Html Css Color HEX #D60C1F Fire Engine Red

📋 copy color: '#D60C1F'

red 214 ◦ green 12 ◦ blue 31

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

Shades of Fire Engine Red #D60C1F

Tints of Fire Engine Red #D60C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 83.27%
G = 4.67%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D60C1F (or 0xD60C1F) is known color: Fire Engine Red. HEX triplet: D6, 0C and 1F. RGB value is (214,12,31). Sum of RGB (Red+Green+Blue) = 214+12+31=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C1F is #29F3E0. Grayscale: #4A4A4A. Windows color (decimal): -2749409 or 2034902. OLE color: 2034902.

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

Color convert

RGB 214 12 31 -
CMYK 0 0.94 0.86 0.16
HSL 354.36º 0.89% 0.44% -
HSV(B) 354.36º 0.94% 0.84% -
XYZ 28.11 14.66 2.64 -
YUV 74.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 214 12 31 0 0.94 0.86 0.16 354.36 0.89 0.44
Hex D6 C 1F 0 5E 56 10 162 59 2C
Octal 326 14 37 0 136 126 20 542 131 54
Binary 11010110 1100 11111 0 1011110 1010110 10000 101100010 1011001 101100

Color Harmonies of #D60C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C1F

Black with #D60C1F

Text Example


Text Example

White with #D60C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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