Html Css Color HEX #D2122C Fire Engine Red

📋 copy color: '#D2122C'

red 210 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #D2122C

Tints of Fire Engine Red #D2122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 77.21%
G = 6.62%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2122C (or 0xD2122C) is known color: Fire Engine Red. HEX triplet: D2, 12 and 2C. RGB value is (210,18,44). Sum of RGB (Red+Green+Blue) = 210+18+44=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2122C is #2DEDD3. Grayscale: #4E4E4E. Windows color (decimal): -3010004 or 2888402. OLE color: 2888402.

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

Color convert

RGB 210 18 44 -
CMYK 0 0.91 0.79 0.18
HSL 351.88º 0.84% 0.45% -
HSV(B) 351.88º 0.91% 0.82% -
XYZ 27.25 14.32 3.71 -
YUV 78.37 108.61 221.89 -
System Red Green Blue C M Y K H S L
Decimal 210 18 44 0 0.91 0.79 0.18 351.88 0.84 0.45
Hex D2 12 2C 0 5B 4F 12 160 54 2D
Octal 322 22 54 0 133 117 22 540 124 55
Binary 11010010 10010 101100 0 1011011 1001111 10010 101100000 1010100 101101

Color Harmonies of #D2122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2122C

Black with #D2122C

Text Example


Text Example

White with #D2122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2122C; }

 p { color: rgb(210,18,44); }

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

background-color css

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

 a { background-color: rgb(210,18,44); }

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

border-color css

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

 span { border-color: rgb(210,18,44); }

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