Html Css Color HEX #D52028 Fire Engine Red

📋 copy color: '#D52028'

red 213 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #D52028

Tints of Fire Engine Red #D52028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 74.74%
G = 11.23%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52028 (or 0xD52028) is known color: Fire Engine Red. HEX triplet: D5, 20 and 28. RGB value is (213,32,40). Sum of RGB (Red+Green+Blue) = 213+32+40=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D52028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52028 is #2ADFD7. Grayscale: #575757. Windows color (decimal): -2809816 or 2629845. OLE color: 2629845.

HSL color Cylindrical-coordinate representation of color #D52028: hue angle of 357.35º degrees, saturation: 0.74, 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 #D52028 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 40 -
CMYK 0 0.85 0.81 0.16
HSL 357.35º 0.74% 0.48% -
HSV(B) 357.35º 0.85% 0.84% -
XYZ 28.34 15.33 3.47 -
YUV 87.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 213 32 40 0 0.85 0.81 0.16 357.35 0.74 0.48
Hex D5 20 28 0 55 51 10 165 4A 30
Octal 325 40 50 0 125 121 20 545 112 60
Binary 11010101 100000 101000 0 1010101 1010001 10000 101100101 1001010 110000

Color Harmonies of #D52028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52028

Black with #D52028

Text Example


Text Example

White with #D52028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52028; }

 p { color: rgb(213,32,40); }

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

background-color css

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

 a { background-color: rgb(213,32,40); }

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

border-color css

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

 span { border-color: rgb(213,32,40); }

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