Html Css Color HEX #D2102C Fire Engine Red

📋 copy color: '#D2102C'

red 210 ◦ green 16 ◦ blue 44

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

Shades of Fire Engine Red #D2102C

Tints of Fire Engine Red #D2102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 77.78%
G = 5.93%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2102C (or 0xD2102C) is known color: Fire Engine Red. HEX triplet: D2, 10 and 2C. RGB value is (210,16,44). Sum of RGB (Red+Green+Blue) = 210+16+44=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D2102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2102C is #2DEFD3. Grayscale: #4D4D4D. Windows color (decimal): -3010516 or 2887890. OLE color: 2887890.

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

Color convert

RGB 210 16 44 -
CMYK 0 0.92 0.79 0.18
HSL 351.34º 0.86% 0.44% -
HSV(B) 351.34º 0.92% 0.82% -
XYZ 27.22 14.25 3.7 -
YUV 77.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 210 16 44 0 0.92 0.79 0.18 351.34 0.86 0.44
Hex D2 10 2C 0 5C 4F 12 15F 56 2C
Octal 322 20 54 0 134 117 22 537 126 54
Binary 11010010 10000 101100 0 1011100 1001111 10010 101011111 1010110 101100

Color Harmonies of #D2102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2102C

Black with #D2102C

Text Example


Text Example

White with #D2102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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