Html Css Color HEX #D60129 Fire Engine Red

📋 copy color: '#D60129'

red 214 ◦ green 1 ◦ blue 41

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

Shades of Fire Engine Red #D60129

Tints of Fire Engine Red #D60129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 83.59%
G = 0.39%
B = 16.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D60129 (or 0xD60129) is known color: Fire Engine Red. HEX triplet: D6, 01 and 29. RGB value is (214,1,41). Sum of RGB (Red+Green+Blue) = 214+1+41=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D60129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60129 is #29FED6. Grayscale: #454545. Windows color (decimal): -2752215 or 2687446. OLE color: 2687446.

HSL color Cylindrical-coordinate representation of color #D60129: hue angle of 348.73º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60129 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 41 -
CMYK 0 1.00 0.81 0.16
HSL 348.73º 0.99% 0.42% -
HSV(B) 348.73º 1% 0.84% -
XYZ 28.14 14.48 3.41 -
YUV 69.25 112.07 231.25 -
System Red Green Blue C M Y K H S L
Decimal 214 1 41 0 1.00 0.81 0.16 348.73 0.99 0.42
Hex D6 1 29 0 64 51 10 15D 63 2A
Octal 326 1 51 0 144 121 20 535 143 52
Binary 11010110 1 101001 0 1100100 1010001 10000 101011101 1100011 101010

Color Harmonies of #D60129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60129

Black with #D60129

Text Example


Text Example

White with #D60129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60129; }

 p { color: rgb(214,1,41); }

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

background-color css

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

 a { background-color: rgb(214,1,41); }

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

border-color css

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

 span { border-color: rgb(214,1,41); }

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