Html Css Color HEX #D52122 Fire Engine Red

📋 copy color: '#D52122'

red 213 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #D52122

Tints of Fire Engine Red #D52122

RGB

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

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

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

R = 76.07%
G = 11.79%
B = 12.14%

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

#D52122 (or 0xD52122) is known color: Fire Engine Red. HEX triplet: D5, 21 and 22. RGB value is (213,33,34). Sum of RGB (Red+Green+Blue) = 213+33+34=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D52122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52122 is #2ADEDD. Grayscale: #575757. Windows color (decimal): -2809566 or 2236885. OLE color: 2236885.

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

Color convert

RGB 213 33 34 -
CMYK 0 0.85 0.84 0.16
HSL 359.67º 0.73% 0.48% -
HSV(B) 359.67º 0.85% 0.84% -
XYZ 28.27 15.35 2.99 -
YUV 86.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 213 33 34 0 0.85 0.84 0.16 359.67 0.73 0.48
Hex D5 21 22 0 55 54 10 168 49 30
Octal 325 41 42 0 125 124 20 550 111 60
Binary 11010101 100001 100010 0 1010101 1010100 10000 101101000 1001001 110000

Color Harmonies of #D52122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52122

Black with #D52122

Text Example


Text Example

White with #D52122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52122; }

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

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

background-color css

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

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

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

border-color css

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

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

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