#D10C2B

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

Shades of Fire Engine Red #D10C2B

Tints of Fire Engine Red #D10C2B

Color information

#D10C2B (or 0xD10C2B) is unknown color: approx Fire Engine Red. HEX triplet: D1, 0C and 2B. RGB value is (209,12,43). Sum of RGB (Red+Green+Blue) = 209+12+43=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C2B is #2EF3D4. Grayscale: #4A4A4A. Windows color (decimal): -3077077 or 2821329. OLE color: 2821329.

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

Color convert

RGB2091243-
CMYK00.940.790.18
HSL350.56º89.14%43.33%-
HSV(B)350.56º94.26%81.96%-
XYZ26.8613.993.57-
YUV74.44110.27223.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.17%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=79.17%
G=4.55%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209124300.940.790.18350.5689.1443.33
HexD1C2B05E4F1215f592b
Octal321145301361172253713153
Binary110100011100101011010111101001111100101010111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C2B; }

 p { color: rgb(209,12,43); }

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

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

 a { background-color: rgb(209,12,43); }

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

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

 span { border-color: rgb(209,12,43); }

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