Html Css Color HEX #D22227 Fire Engine Red

📋 copy color: '#D22227'

red 210 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #D22227

Tints of Fire Engine Red #D22227

RGB

 RED value IS 210 (82.42% from 255) = 74.2%

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

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

R = 74.2%
G = 12.01%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D22227 (or 0xD22227) is known color: Fire Engine Red. HEX triplet: D2, 22 and 27. RGB value is (210,34,39). Sum of RGB (Red+Green+Blue) = 210+34+39=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D22227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22227 is #2DDDD8. Grayscale: #575757. Windows color (decimal): -3005913 or 2564818. OLE color: 2564818.

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

Color convert

RGB 210 34 39 -
CMYK 0 0.84 0.81 0.18
HSL 358.3º 0.72% 0.48% -
HSV(B) 358.3º 0.84% 0.82% -
XYZ 27.52 14.99 3.36 -
YUV 87.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 210 34 39 0 0.84 0.81 0.18 358.3 0.72 0.48
Hex D2 22 27 0 54 51 12 166 48 30
Octal 322 42 47 0 124 121 22 546 110 60
Binary 11010010 100010 100111 0 1010100 1010001 10010 101100110 1001000 110000

Color Harmonies of #D22227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22227

Black with #D22227

Text Example


Text Example

White with #D22227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22227; }

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

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

background-color css

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

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

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

border-color css

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

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

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