Html Css Color HEX #D52124 Fire Engine Red

📋 copy color: '#D52124'

red 213 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #D52124

Tints of Fire Engine Red #D52124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 75.53%
G = 11.7%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52124 (or 0xD52124) is known color: Fire Engine Red. HEX triplet: D5, 21 and 24. RGB value is (213,33,36). Sum of RGB (Red+Green+Blue) = 213+33+36=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D52124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52124 is #2ADEDB. Grayscale: #575757. Windows color (decimal): -2809564 or 2367957. OLE color: 2367957.

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

Color convert

RGB 213 33 36 -
CMYK 0 0.85 0.83 0.16
HSL 359º 0.73% 0.48% -
HSV(B) 359º 0.85% 0.84% -
XYZ 28.3 15.36 3.14 -
YUV 87.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 213 33 36 0 0.85 0.83 0.16 359 0.73 0.48
Hex D5 21 24 0 55 53 10 167 49 30
Octal 325 41 44 0 125 123 20 547 111 60
Binary 11010101 100001 100100 0 1010101 1010011 10000 101100111 1001001 110000

Color Harmonies of #D52124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52124

Black with #D52124

Text Example


Text Example

White with #D52124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52124; }

 p { color: rgb(213,33,36); }

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

background-color css

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

 a { background-color: rgb(213,33,36); }

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

border-color css

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

 span { border-color: rgb(213,33,36); }

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