Html Css Color HEX #D52021 Fire Engine Red

📋 copy color: '#D52021'

red 213 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #D52021

Tints of Fire Engine Red #D52021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 76.62%
G = 11.51%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52021 (or 0xD52021) is known color: Fire Engine Red. HEX triplet: D5, 20 and 21. RGB value is (213,32,33). Sum of RGB (Red+Green+Blue) = 213+32+33=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D52021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52021 is #2ADFDE. Grayscale: #565656. Windows color (decimal): -2809823 or 2171093. OLE color: 2171093.

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

Color convert

RGB 213 32 33 -
CMYK 0 0.85 0.85 0.16
HSL 359.67º 0.74% 0.48% -
HSV(B) 359.67º 0.85% 0.84% -
XYZ 28.23 15.29 2.9 -
YUV 86.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 213 32 33 0 0.85 0.85 0.16 359.67 0.74 0.48
Hex D5 20 21 0 55 55 10 168 4A 30
Octal 325 40 41 0 125 125 20 550 112 60
Binary 11010101 100000 100001 0 1010101 1010101 10000 101101000 1001010 110000

Color Harmonies of #D52021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52021

Black with #D52021

Text Example


Text Example

White with #D52021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52021; }

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

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

background-color css

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

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

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

border-color css

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

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

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