Html Css Color HEX #D1102D Fire Engine Red

📋 copy color: '#D1102D'

red 209 ◦ green 16 ◦ blue 45

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

Shades of Fire Engine Red #D1102D

Tints of Fire Engine Red #D1102D

RGB

 RED value IS 209 (82.03% from 255) = 77.41%

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

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

R = 77.41%
G = 5.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1102D (or 0xD1102D) is known color: Fire Engine Red. HEX triplet: D1, 10 and 2D. RGB value is (209,16,45). Sum of RGB (Red+Green+Blue) = 209+16+45=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102D is #2EEFD2. Grayscale: #4D4D4D. Windows color (decimal): -3076051 or 2953425. OLE color: 2953425.

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

Color convert

RGB 209 16 45 -
CMYK 0 0.92 0.78 0.18
HSL 350.98º 0.86% 0.44% -
HSV(B) 350.98º 0.92% 0.82% -
XYZ 26.95 14.12 3.79 -
YUV 77.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 209 16 45 0 0.92 0.78 0.18 350.98 0.86 0.44
Hex D1 10 2D 0 5C 4E 12 15F 56 2C
Octal 321 20 55 0 134 116 22 537 126 54
Binary 11010001 10000 101101 0 1011100 1001110 10010 101011111 1010110 101100

Color Harmonies of #D1102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1102D

Black with #D1102D

Text Example


Text Example

White with #D1102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1102D; }

 p { color: rgb(209,16,45); }

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

background-color css

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

 a { background-color: rgb(209,16,45); }

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

border-color css

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

 span { border-color: rgb(209,16,45); }

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