Html Css Color HEX #D41229 Fire Engine Red

📋 copy color: '#D41229'

red 212 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #D41229

Tints of Fire Engine Red #D41229

RGB

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

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

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

R = 78.23%
G = 6.64%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D41229 (or 0xD41229) is known color: Fire Engine Red. HEX triplet: D4, 12 and 29. RGB value is (212,18,41). Sum of RGB (Red+Green+Blue) = 212+18+41=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D41229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41229 is #2BEDD6. Grayscale: #4E4E4E. Windows color (decimal): -2878935 or 2691796. OLE color: 2691796.

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

Color convert

RGB 212 18 41 -
CMYK 0 0.92 0.81 0.17
HSL 352.89º 0.84% 0.45% -
HSV(B) 352.89º 0.92% 0.83% -
XYZ 27.77 14.59 3.45 -
YUV 78.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 212 18 41 0 0.92 0.81 0.17 352.89 0.84 0.45
Hex D4 12 29 0 5C 51 11 161 54 2D
Octal 324 22 51 0 134 121 21 541 124 55
Binary 11010100 10010 101001 0 1011100 1010001 10001 101100001 1010100 101101

Color Harmonies of #D41229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41229

Black with #D41229

Text Example


Text Example

White with #D41229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41229; }

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

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

background-color css

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

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

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

border-color css

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

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

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