Html Css Color HEX #D40229 Fire Engine Red

📋 copy color: '#D40229'

red 212 ◦ green 2 ◦ blue 41

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

Shades of Fire Engine Red #D40229

Tints of Fire Engine Red #D40229

RGB

 RED value IS 212 (83.2% from 255) = 83.14%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 83.14%
G = 0.78%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D40229 (or 0xD40229) is known color: Fire Engine Red. HEX triplet: D4, 02 and 29. RGB value is (212,2,41). Sum of RGB (Red+Green+Blue) = 212+2+41=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D40229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40229 is #2BFDD6. Grayscale: #454545. Windows color (decimal): -2883031 or 2687700. OLE color: 2687700.

HSL color Cylindrical-coordinate representation of color #D40229: hue angle of 348.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40229 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 41 -
CMYK 0 0.99 0.81 0.17
HSL 348.86º 0.98% 0.42% -
HSV(B) 348.86º 0.99% 0.83% -
XYZ 27.57 14.2 3.39 -
YUV 69.24 112.07 229.83 -
System Red Green Blue C M Y K H S L
Decimal 212 2 41 0 0.99 0.81 0.17 348.86 0.98 0.42
Hex D4 2 29 0 63 51 11 15D 62 2A
Octal 324 2 51 0 143 121 21 535 142 52
Binary 11010100 10 101001 0 1100011 1010001 10001 101011101 1100010 101010

Color Harmonies of #D40229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40229

Black with #D40229

Text Example


Text Example

White with #D40229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40229; }

 p { color: rgb(212,2,41); }

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

background-color css

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

 a { background-color: rgb(212,2,41); }

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

border-color css

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

 span { border-color: rgb(212,2,41); }

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