Html Css Color HEX #D52229 Fire Engine Red

📋 copy color: '#D52229'

red 213 ◦ green 34 ◦ blue 41

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

Shades of Fire Engine Red #D52229

Tints of Fire Engine Red #D52229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 73.96%
G = 11.81%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52229 (or 0xD52229) is known color: Fire Engine Red. HEX triplet: D5, 22 and 29. RGB value is (213,34,41). Sum of RGB (Red+Green+Blue) = 213+34+41=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D52229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52229 is #2ADDD6. Grayscale: #585858. Windows color (decimal): -2809303 or 2695893. OLE color: 2695893.

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

Color convert

RGB 213 34 41 -
CMYK 0 0.84 0.81 0.16
HSL 357.65º 0.72% 0.48% -
HSV(B) 357.65º 0.84% 0.84% -
XYZ 28.41 15.45 3.58 -
YUV 88.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 213 34 41 0 0.84 0.81 0.16 357.65 0.72 0.48
Hex D5 22 29 0 54 51 10 166 48 30
Octal 325 42 51 0 124 121 20 546 110 60
Binary 11010101 100010 101001 0 1010100 1010001 10000 101100110 1001000 110000

Color Harmonies of #D52229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52229

Black with #D52229

Text Example


Text Example

White with #D52229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52229; }

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

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

background-color css

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

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

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

border-color css

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

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

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