#D10F3E

Color #D10F3E Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D10F3E

Tints of Crimson #D10F3E

Color information

#D10F3E (or 0xD10F3E) is unknown color: approx Crimson. HEX triplet: D1, 0F and 3E. RGB value is (209,15,62). Sum of RGB (Red+Green+Blue) = 209+15+62=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F3E is #2EF0C1. Grayscale: #4E4E4E. Windows color (decimal): -3076290 or 4067281. OLE color: 4067281.

HSL color Cylindrical-coordinate representation of color #D10F3E: hue angle of 345.46º 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 #D10F3E is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2091562-
CMYK00.930.700.18
HSL345.46º86.61%43.92%-
HSV(B)345.46º92.82%81.96%-
XYZ27.3314.245.87-
YUV78.36118.77221.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 73.08%
GREEN value IS 15 (6.25% from 255) = 5.24%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=73.08%
G=5.24%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209156200.930.700.18345.4686.6143.92
HexD1F3E05D4612159572c
Octal321177601351062253112754
Binary110100011111111110010111011000110100101010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10F3E; }

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

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

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

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

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

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

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

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