#D10D27

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

Shades of Fire Engine Red #D10D27

Tints of Fire Engine Red #D10D27

Color information

#D10D27 (or 0xD10D27) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0D and 27. RGB value is (209,13,39). Sum of RGB (Red+Green+Blue) = 209+13+39=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D27 is #2EF2D8. Grayscale: #4A4A4A. Windows color (decimal): -3076825 or 2559441. OLE color: 2559441.

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

Color convert

RGB2091339-
CMYK00.940.810.18
HSL352.04º88.29%43.53%-
HSV(B)352.04º93.78%81.96%-
XYZ26.813.993.21-
YUV74.57107.93223.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 80.08%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=80.08%
G=4.98%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209133900.940.810.18352.0488.2943.53
HexD1D2705E5112160582c
Octal321154701361212254013054
Binary110100011101100111010111101010001100101011000001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10D27; }

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

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

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

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

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

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

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

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