Html Css Color HEX #D01229 Fire Engine Red

📋 copy color: '#D01229'

red 208 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #D01229

Tints of Fire Engine Red #D01229

RGB

 RED value IS 208 (81.64% from 255) = 77.9%

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 77.9%
G = 6.74%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D01229 (or 0xD01229) is known color: Fire Engine Red. HEX triplet: D0, 12 and 29. RGB value is (208,18,41). Sum of RGB (Red+Green+Blue) = 208+18+41=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D01229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01229 is #2FEDD6. Grayscale: #4D4D4D. Windows color (decimal): -3141079 or 2691792. OLE color: 2691792.

HSL color Cylindrical-coordinate representation of color #D01229: hue angle of 352.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01229 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 41 -
CMYK 0 0.91 0.80 0.18
HSL 352.74º 0.84% 0.44% -
HSV(B) 352.74º 0.91% 0.82% -
XYZ 26.63 14 3.4 -
YUV 77.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 208 18 41 0 0.91 0.80 0.18 352.74 0.84 0.44
Hex D0 12 29 0 5B 50 12 161 54 2C
Octal 320 22 51 0 133 120 22 541 124 54
Binary 11010000 10010 101001 0 1011011 1010000 10010 101100001 1010100 101100

Color Harmonies of #D01229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01229

Black with #D01229

Text Example


Text Example

White with #D01229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01229; }

 p { color: rgb(208,18,41); }

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

background-color css

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

 a { background-color: rgb(208,18,41); }

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

border-color css

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

 span { border-color: rgb(208,18,41); }

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