Html Css Color HEX #D22026 Fire Engine Red

📋 copy color: '#D22026'

red 210 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #D22026

Tints of Fire Engine Red #D22026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 75%
G = 11.43%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D22026 (or 0xD22026) is known color: Fire Engine Red. HEX triplet: D2, 20 and 26. RGB value is (210,32,38). Sum of RGB (Red+Green+Blue) = 210+32+38=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D22026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22026 is #2DDFD9. Grayscale: #565656. Windows color (decimal): -3006426 or 2498770. OLE color: 2498770.

HSL color Cylindrical-coordinate representation of color #D22026: hue angle of 357.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22026 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 38 -
CMYK 0 0.85 0.82 0.18
HSL 357.98º 0.74% 0.47% -
HSV(B) 357.98º 0.85% 0.82% -
XYZ 27.44 14.87 3.26 -
YUV 85.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 210 32 38 0 0.85 0.82 0.18 357.98 0.74 0.47
Hex D2 20 26 0 55 52 12 166 4A 2F
Octal 322 40 46 0 125 122 22 546 112 57
Binary 11010010 100000 100110 0 1010101 1010010 10010 101100110 1001010 101111

Color Harmonies of #D22026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22026

Black with #D22026

Text Example


Text Example

White with #D22026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22026; }

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

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

background-color css

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

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

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

border-color css

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

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

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