#D9101F

Color #D9101F Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D9101F

Tints of Fire Engine Red #D9101F

Color information

#D9101F (or 0xD9101F) is unknown color: approx Fire Engine Red. HEX triplet: D9, 10 and 1F. RGB value is (217,16,31). Sum of RGB (Red+Green+Blue) = 217+16+31=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9101F is #26EFE0. Grayscale: #4D4D4D. Windows color (decimal): -2551777 or 2035929. OLE color: 2035929.

HSL color Cylindrical-coordinate representation of color #D9101F: hue angle of 355.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9101F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2171631-
CMYK00.930.860.15
HSL355.52º86.27%45.69%-
HSV(B)355.52º92.63%85.1%-
XYZ29.0515.222.7-
YUV77.81101.59227.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 82.20%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=82.20%
G=6.06%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217163100.930.860.15355.5286.2745.69
HexD9101F05D56F164562e
Octal331203701351261754412656
Binary11011001100001111101011101101011011111011001001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9101F; }

 p { color: rgb(217,16,31); }

 H1.HeaderClassName
 {
   color: #D9101F;
 }
 .AnyTagClassName
 {
   color: #D9101F;
 }
</style>
background-color css

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

 a { background-color: rgb(217,16,31); }

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

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

 span { border-color: rgb(217,16,31); }

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