Html Css Color HEX #D22128 Fire Engine Red

📋 copy color: '#D22128'

red 210 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #D22128

Tints of Fire Engine Red #D22128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 74.2%
G = 11.66%
B = 14.13%

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

#D22128 (or 0xD22128) is known color: Fire Engine Red. HEX triplet: D2, 21 and 28. RGB value is (210,33,40). Sum of RGB (Red+Green+Blue) = 210+33+40=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D22128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22128 is #2DDED7. Grayscale: #565656. Windows color (decimal): -3006168 or 2630098. OLE color: 2630098.

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

Color convert

RGB 210 33 40 -
CMYK 0 0.84 0.81 0.18
HSL 357.63º 0.73% 0.48% -
HSV(B) 357.63º 0.84% 0.82% -
XYZ 27.51 14.94 3.44 -
YUV 86.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 210 33 40 0 0.84 0.81 0.18 357.63 0.73 0.48
Hex D2 21 28 0 54 51 12 166 49 30
Octal 322 41 50 0 124 121 22 546 111 60
Binary 11010010 100001 101000 0 1010100 1010001 10010 101100110 1001001 110000

Color Harmonies of #D22128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22128

Black with #D22128

Text Example


Text Example

White with #D22128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22128; }

 p { color: rgb(210,33,40); }

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

background-color css

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

 a { background-color: rgb(210,33,40); }

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

border-color css

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

 span { border-color: rgb(210,33,40); }

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