Html Css Color HEX #D22127 Fire Engine Red

📋 copy color: '#D22127'

red 210 ◦ green 33 ◦ blue 39

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

Shades of Fire Engine Red #D22127

Tints of Fire Engine Red #D22127

RGB

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

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

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

R = 74.47%
G = 11.7%
B = 13.83%

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

#D22127 (or 0xD22127) is known color: Fire Engine Red. HEX triplet: D2, 21 and 27. RGB value is (210,33,39). Sum of RGB (Red+Green+Blue) = 210+33+39=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22127 is #2DDED8. Grayscale: #565656. Windows color (decimal): -3006169 or 2564562. OLE color: 2564562.

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

Color convert

RGB 210 33 39 -
CMYK 0 0.84 0.81 0.18
HSL 357.97º 0.73% 0.48% -
HSV(B) 357.97º 0.84% 0.82% -
XYZ 27.49 14.94 3.35 -
YUV 86.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 210 33 39 0 0.84 0.81 0.18 357.97 0.73 0.48
Hex D2 21 27 0 54 51 12 166 49 30
Octal 322 41 47 0 124 121 22 546 111 60
Binary 11010010 100001 100111 0 1010100 1010001 10010 101100110 1001001 110000

Color Harmonies of #D22127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22127

Black with #D22127

Text Example


Text Example

White with #D22127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22127; }

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

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

background-color css

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

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

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

border-color css

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

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

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