Html Css Color HEX #D21A22 Fire Engine Red

📋 copy color: '#D21A22'

red 210 ◦ green 26 ◦ blue 34

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

Shades of Fire Engine Red #D21A22

Tints of Fire Engine Red #D21A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 77.78%
G = 9.63%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D21A22 (or 0xD21A22) is known color: Fire Engine Red. HEX triplet: D2, 1A and 22. RGB value is (210,26,34). Sum of RGB (Red+Green+Blue) = 210+26+34=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A22 is #2DE5DD. Grayscale: #525252. Windows color (decimal): -3007966 or 2235090. OLE color: 2235090.

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

Color convert

RGB 210 26 34 -
CMYK 0 0.88 0.84 0.18
HSL 357.39º 0.78% 0.46% -
HSV(B) 357.39º 0.88% 0.82% -
XYZ 27.24 14.56 2.89 -
YUV 81.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 210 26 34 0 0.88 0.84 0.18 357.39 0.78 0.46
Hex D2 1A 22 0 58 54 12 165 4E 2E
Octal 322 32 42 0 130 124 22 545 116 56
Binary 11010010 11010 100010 0 1011000 1010100 10010 101100101 1001110 101110

Color Harmonies of #D21A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A22

Black with #D21A22

Text Example


Text Example

White with #D21A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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