Html Css Color HEX #D52228 Fire Engine Red

📋 copy color: '#D52228'

red 213 ◦ green 34 ◦ blue 40

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

Shades of Fire Engine Red #D52228

Tints of Fire Engine Red #D52228

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 74.22%
G = 11.85%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52228 (or 0xD52228) is known color: Fire Engine Red. HEX triplet: D5, 22 and 28. RGB value is (213,34,40). Sum of RGB (Red+Green+Blue) = 213+34+40=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52228 is #2ADDD7. Grayscale: #585858. Windows color (decimal): -2809304 or 2630357. OLE color: 2630357.

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

Color convert

RGB 213 34 40 -
CMYK 0 0.84 0.81 0.16
HSL 357.99º 0.72% 0.48% -
HSV(B) 357.99º 0.84% 0.84% -
XYZ 28.4 15.44 3.49 -
YUV 88.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 213 34 40 0 0.84 0.81 0.16 357.99 0.72 0.48
Hex D5 22 28 0 54 51 10 166 48 30
Octal 325 42 50 0 124 121 20 546 110 60
Binary 11010101 100010 101000 0 1010100 1010001 10000 101100110 1001000 110000

Color Harmonies of #D52228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52228

Black with #D52228

Text Example


Text Example

White with #D52228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52228; }

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

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

background-color css

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

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

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

border-color css

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

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

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