Html Css Color HEX #D52226 Fire Engine Red

📋 copy color: '#D52226'

red 213 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #D52226

Tints of Fire Engine Red #D52226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 74.74%
G = 11.93%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52226 (or 0xD52226) is known color: Fire Engine Red. HEX triplet: D5, 22 and 26. RGB value is (213,34,38). Sum of RGB (Red+Green+Blue) = 213+34+38=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D52226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52226 is #2ADDD9. Grayscale: #585858. Windows color (decimal): -2809306 or 2499285. OLE color: 2499285.

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

Color convert

RGB 213 34 38 -
CMYK 0 0.84 0.82 0.16
HSL 358.66º 0.72% 0.48% -
HSV(B) 358.66º 0.84% 0.84% -
XYZ 28.36 15.43 3.32 -
YUV 87.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 213 34 38 0 0.84 0.82 0.16 358.66 0.72 0.48
Hex D5 22 26 0 54 52 10 167 48 30
Octal 325 42 46 0 124 122 20 547 110 60
Binary 11010101 100010 100110 0 1010100 1010010 10000 101100111 1001000 110000

Color Harmonies of #D52226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52226

Black with #D52226

Text Example


Text Example

White with #D52226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52226; }

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

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

background-color css

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

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

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

border-color css

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

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

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