Html Css Color HEX #D2122D Fire Engine Red

📋 copy color: '#D2122D'

red 210 ◦ green 18 ◦ blue 45

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

Shades of Fire Engine Red #D2122D

Tints of Fire Engine Red #D2122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 76.92%
G = 6.59%
B = 16.48%

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

#D2122D (or 0xD2122D) is known color: Fire Engine Red. HEX triplet: D2, 12 and 2D. RGB value is (210,18,45). Sum of RGB (Red+Green+Blue) = 210+18+45=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2122D is #2DEDD2. Grayscale: #4E4E4E. Windows color (decimal): -3010003 or 2953938. OLE color: 2953938.

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

Color convert

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

Color Harmonies of #D2122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2122D

Black with #D2122D

Text Example


Text Example

White with #D2122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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