Html Css Color HEX #D1161C Fire Engine Red

📋 copy color: '#D1161C'

red 209 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #D1161C

Tints of Fire Engine Red #D1161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 80.69%
G = 8.49%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1161C (or 0xD1161C) is known color: Fire Engine Red. HEX triplet: D1, 16 and 1C. RGB value is (209,22,28). Sum of RGB (Red+Green+Blue) = 209+22+28=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D1161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1161C is #2EE9E3. Grayscale: #4E4E4E. Windows color (decimal): -3074532 or 1840849. OLE color: 1840849.

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

Color convert

RGB 209 22 28 -
CMYK 0 0.89 0.87 0.18
HSL 358.07º 0.81% 0.45% -
HSV(B) 358.07º 0.89% 0.82% -
XYZ 26.79 14.21 2.43 -
YUV 78.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 209 22 28 0 0.89 0.87 0.18 358.07 0.81 0.45
Hex D1 16 1C 0 59 57 12 166 51 2D
Octal 321 26 34 0 131 127 22 546 121 55
Binary 11010001 10110 11100 0 1011001 1010111 10010 101100110 1010001 101101

Color Harmonies of #D1161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1161C

Black with #D1161C

Text Example


Text Example

White with #D1161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1161C; }

 p { color: rgb(209,22,28); }

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

background-color css

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

 a { background-color: rgb(209,22,28); }

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

border-color css

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

 span { border-color: rgb(209,22,28); }

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