Html Css Color HEX #D22226 Fire Engine Red

📋 copy color: '#D22226'

red 210 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #D22226

Tints of Fire Engine Red #D22226

RGB

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

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

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

R = 74.47%
G = 12.06%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D22226 (or 0xD22226) is known color: Fire Engine Red. HEX triplet: D2, 22 and 26. RGB value is (210,34,38). Sum of RGB (Red+Green+Blue) = 210+34+38=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22226 is #2DDDD9. Grayscale: #575757. Windows color (decimal): -3005914 or 2499282. OLE color: 2499282.

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

Color convert

RGB 210 34 38 -
CMYK 0 0.84 0.82 0.18
HSL 358.64º 0.72% 0.48% -
HSV(B) 358.64º 0.84% 0.82% -
XYZ 27.5 14.99 3.28 -
YUV 87.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 210 34 38 0 0.84 0.82 0.18 358.64 0.72 0.48
Hex D2 22 26 0 54 52 12 167 48 30
Octal 322 42 46 0 124 122 22 547 110 60
Binary 11010010 100010 100110 0 1010100 1010010 10010 101100111 1001000 110000

Color Harmonies of #D22226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22226

Black with #D22226

Text Example


Text Example

White with #D22226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22226; }

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

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

background-color css

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

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

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

border-color css

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

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

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