Html Css Color HEX #D60C1D Fire Engine Red

📋 copy color: '#D60C1D'

red 214 ◦ green 12 ◦ blue 29

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

Shades of Fire Engine Red #D60C1D

Tints of Fire Engine Red #D60C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 83.92%
G = 4.71%
B = 11.37%

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

#D60C1D (or 0xD60C1D) is known color: Fire Engine Red. HEX triplet: D6, 0C and 1D. RGB value is (214,12,29). Sum of RGB (Red+Green+Blue) = 214+12+29=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C1D is #29F3E2. Grayscale: #4A4A4A. Windows color (decimal): -2749411 or 1903830. OLE color: 1903830.

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

Color convert

RGB 214 12 29 -
CMYK 0 0.94 0.86 0.16
HSL 354.95º 0.89% 0.44% -
HSV(B) 354.95º 0.94% 0.84% -
XYZ 28.08 14.65 2.51 -
YUV 74.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 214 12 29 0 0.94 0.86 0.16 354.95 0.89 0.44
Hex D6 C 1D 0 5E 56 10 163 59 2C
Octal 326 14 35 0 136 126 20 543 131 54
Binary 11010110 1100 11101 0 1011110 1010110 10000 101100011 1011001 101100

Color Harmonies of #D60C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C1D

Black with #D60C1D

Text Example


Text Example

White with #D60C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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