#D10F27

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

Shades of Fire Engine Red #D10F27

Tints of Fire Engine Red #D10F27

Color information

#D10F27 (or 0xD10F27) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0F and 27. RGB value is (209,15,39). Sum of RGB (Red+Green+Blue) = 209+15+39=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F27 is #2EF0D8. Grayscale: #4B4B4B. Windows color (decimal): -3076313 or 2559953. OLE color: 2559953.

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

Color convert

RGB2091539-
CMYK00.930.810.18
HSL352.58º86.61%43.92%-
HSV(B)352.58º92.82%81.96%-
XYZ26.8314.043.22-
YUV75.74107.27223.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.47%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=79.47%
G=5.70%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209153900.930.810.18352.5886.6143.92
HexD1F2705D5112161572c
Octal321174701351212254112754
Binary110100011111100111010111011010001100101011000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10F27; }

 p { color: rgb(209,15,39); }

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

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

 a { background-color: rgb(209,15,39); }

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

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

 span { border-color: rgb(209,15,39); }

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