Html Css Color HEX #D1182C Fire Engine Red

📋 copy color: '#D1182C'

red 209 ◦ green 24 ◦ blue 44

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

Shades of Fire Engine Red #D1182C

Tints of Fire Engine Red #D1182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 75.45%
G = 8.66%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1182C (or 0xD1182C) is known color: Fire Engine Red. HEX triplet: D1, 18 and 2C. RGB value is (209,24,44). Sum of RGB (Red+Green+Blue) = 209+24+44=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D1182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1182C is #2EE7D3. Grayscale: #515151. Windows color (decimal): -3074004 or 2889937. OLE color: 2889937.

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

Color convert

RGB 209 24 44 -
CMYK 0 0.89 0.79 0.18
HSL 353.51º 0.79% 0.46% -
HSV(B) 353.51º 0.89% 0.82% -
XYZ 27.08 14.39 3.73 -
YUV 81.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 209 24 44 0 0.89 0.79 0.18 353.51 0.79 0.46
Hex D1 18 2C 0 59 4F 12 162 4F 2E
Octal 321 30 54 0 131 117 22 542 117 56
Binary 11010001 11000 101100 0 1011001 1001111 10010 101100010 1001111 101110

Color Harmonies of #D1182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1182C

Black with #D1182C

Text Example


Text Example

White with #D1182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1182C; }

 p { color: rgb(209,24,44); }

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

background-color css

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

 a { background-color: rgb(209,24,44); }

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

border-color css

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

 span { border-color: rgb(209,24,44); }

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