Html Css Color HEX #D2132C Fire Engine Red

📋 copy color: '#D2132C'

red 210 ◦ green 19 ◦ blue 44

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

Shades of Fire Engine Red #D2132C

Tints of Fire Engine Red #D2132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 76.92%
G = 6.96%
B = 16.12%

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

#D2132C (or 0xD2132C) is known color: Fire Engine Red. HEX triplet: D2, 13 and 2C. RGB value is (210,19,44). Sum of RGB (Red+Green+Blue) = 210+19+44=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2132C is #2DECD3. Grayscale: #4F4F4F. Windows color (decimal): -3009748 or 2888658. OLE color: 2888658.

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

Color convert

RGB 210 19 44 -
CMYK 0 0.91 0.79 0.18
HSL 352.15º 0.83% 0.45% -
HSV(B) 352.15º 0.91% 0.82% -
XYZ 27.27 14.35 3.72 -
YUV 78.96 108.28 221.47 -
System Red Green Blue C M Y K H S L
Decimal 210 19 44 0 0.91 0.79 0.18 352.15 0.83 0.45
Hex D2 13 2C 0 5B 4F 12 160 53 2D
Octal 322 23 54 0 133 117 22 540 123 55
Binary 11010010 10011 101100 0 1011011 1001111 10010 101100000 1010011 101101

Color Harmonies of #D2132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2132C

Black with #D2132C

Text Example


Text Example

White with #D2132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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