Html Css Color HEX #D60E1A Fire Engine Red

📋 copy color: '#D60E1A'

red 214 ◦ green 14 ◦ blue 26

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

Shades of Fire Engine Red #D60E1A

Tints of Fire Engine Red #D60E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 84.25%
G = 5.51%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60E1A (or 0xD60E1A) is known color: Fire Engine Red. HEX triplet: D6, 0E and 1A. RGB value is (214,14,26). Sum of RGB (Red+Green+Blue) = 214+14+26=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E1A is #29F1E5. Grayscale: #4B4B4B. Windows color (decimal): -2748902 or 1707734. OLE color: 1707734.

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

Color convert

RGB 214 14 26 -
CMYK 0 0.93 0.88 0.16
HSL 356.4º 0.88% 0.45% -
HSV(B) 356.4º 0.93% 0.84% -
XYZ 28.08 14.68 2.33 -
YUV 75.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 214 14 26 0 0.93 0.88 0.16 356.4 0.88 0.45
Hex D6 E 1A 0 5D 58 10 164 58 2D
Octal 326 16 32 0 135 130 20 544 130 55
Binary 11010110 1110 11010 0 1011101 1011000 10000 101100100 1011000 101101

Color Harmonies of #D60E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E1A

Black with #D60E1A

Text Example


Text Example

White with #D60E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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