Html Css Color HEX #D52227 Fire Engine Red

📋 copy color: '#D52227'

red 213 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #D52227

Tints of Fire Engine Red #D52227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 74.48%
G = 11.89%
B = 13.64%

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

#D52227 (or 0xD52227) is known color: Fire Engine Red. HEX triplet: D5, 22 and 27. RGB value is (213,34,39). Sum of RGB (Red+Green+Blue) = 213+34+39=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D52227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52227 is #2ADDD8. Grayscale: #585858. Windows color (decimal): -2809305 or 2564821. OLE color: 2564821.

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

Color convert

RGB 213 34 39 -
CMYK 0 0.84 0.82 0.16
HSL 358.32º 0.72% 0.48% -
HSV(B) 358.32º 0.84% 0.84% -
XYZ 28.38 15.44 3.4 -
YUV 88.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 213 34 39 0 0.84 0.82 0.16 358.32 0.72 0.48
Hex D5 22 27 0 54 52 10 166 48 30
Octal 325 42 47 0 124 122 20 546 110 60
Binary 11010101 100010 100111 0 1010100 1010010 10000 101100110 1001000 110000

Color Harmonies of #D52227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52227

Black with #D52227

Text Example


Text Example

White with #D52227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52227; }

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

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

background-color css

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

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

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

border-color css

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

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

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