Html Css Color HEX #D60D1E Fire Engine Red

📋 copy color: '#D60D1E'

red 214 ◦ green 13 ◦ blue 30

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

Shades of Fire Engine Red #D60D1E

Tints of Fire Engine Red #D60D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

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

R = 83.27%
G = 5.06%
B = 11.67%

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

#D60D1E (or 0xD60D1E) is known color: Fire Engine Red. HEX triplet: D6, 0D and 1E. RGB value is (214,13,30). Sum of RGB (Red+Green+Blue) = 214+13+30=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D1E is #29F2E1. Grayscale: #4B4B4B. Windows color (decimal): -2749154 or 1969622. OLE color: 1969622.

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

Color convert

RGB 214 13 30 -
CMYK 0 0.94 0.86 0.16
HSL 354.93º 0.89% 0.45% -
HSV(B) 354.93º 0.94% 0.84% -
XYZ 28.11 14.68 2.58 -
YUV 75.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 214 13 30 0 0.94 0.86 0.16 354.93 0.89 0.45
Hex D6 D 1E 0 5E 56 10 163 59 2D
Octal 326 15 36 0 136 126 20 543 131 55
Binary 11010110 1101 11110 0 1011110 1010110 10000 101100011 1011001 101101

Color Harmonies of #D60D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D1E

Black with #D60D1E

Text Example


Text Example

White with #D60D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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