Html Css Color HEX #D51229 Fire Engine Red

📋 copy color: '#D51229'

red 213 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #D51229

Tints of Fire Engine Red #D51229

RGB

 RED value IS 213 (83.59% from 255) = 78.31%

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

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

R = 78.31%
G = 6.62%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51229 (or 0xD51229) is known color: Fire Engine Red. HEX triplet: D5, 12 and 29. RGB value is (213,18,41). Sum of RGB (Red+Green+Blue) = 213+18+41=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D51229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51229 is #2AEDD6. Grayscale: #4F4F4F. Windows color (decimal): -2813399 or 2691797. OLE color: 2691797.

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

Color convert

RGB 213 18 41 -
CMYK 0 0.92 0.81 0.16
HSL 352.92º 0.84% 0.45% -
HSV(B) 352.92º 0.92% 0.84% -
XYZ 28.06 14.74 3.46 -
YUV 78.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 213 18 41 0 0.92 0.81 0.16 352.92 0.84 0.45
Hex D5 12 29 0 5C 51 10 161 54 2D
Octal 325 22 51 0 134 121 20 541 124 55
Binary 11010101 10010 101001 0 1011100 1010001 10000 101100001 1010100 101101

Color Harmonies of #D51229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51229

Black with #D51229

Text Example


Text Example

White with #D51229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51229; }

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

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

background-color css

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

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

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

border-color css

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

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

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