Html Css Color HEX #D52022 Fire Engine Red

📋 copy color: '#D52022'

red 213 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #D52022

Tints of Fire Engine Red #D52022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 76.34%
G = 11.47%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52022 (or 0xD52022) is known color: Fire Engine Red. HEX triplet: D5, 20 and 22. RGB value is (213,32,34). Sum of RGB (Red+Green+Blue) = 213+32+34=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D52022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52022 is #2ADFDD. Grayscale: #565656. Windows color (decimal): -2809822 or 2236629. OLE color: 2236629.

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

Color convert

RGB 213 32 34 -
CMYK 0 0.85 0.84 0.16
HSL 359.34º 0.74% 0.48% -
HSV(B) 359.34º 0.85% 0.84% -
XYZ 28.25 15.29 2.98 -
YUV 86.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 213 32 34 0 0.85 0.84 0.16 359.34 0.74 0.48
Hex D5 20 22 0 55 54 10 167 4A 30
Octal 325 40 42 0 125 124 20 547 112 60
Binary 11010101 100000 100010 0 1010101 1010100 10000 101100111 1001010 110000

Color Harmonies of #D52022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52022

Black with #D52022

Text Example


Text Example

White with #D52022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52022; }

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

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

background-color css

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

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

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

border-color css

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

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

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