#D10C36

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

Shades of Crimson #D10C36

Tints of Crimson #D10C36

Color information

#D10C36 (or 0xD10C36) is unknown color: approx Crimson. HEX triplet: D1, 0C and 36. RGB value is (209,12,54). Sum of RGB (Red+Green+Blue) = 209+12+54=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C36 is #2EF3C9. Grayscale: #4B4B4B. Windows color (decimal): -3077066 or 3542225. OLE color: 3542225.

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

Color convert

RGB2091254-
CMYK00.940.740.18
HSL347.21º89.14%43.33%-
HSV(B)347.21º94.26%81.96%-
XYZ27.0914.084.78-
YUV75.69115.77223.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=76%
G=4.36%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209125400.940.740.18347.2189.1443.33
HexD1C3605E4A1215b592b
Octal321146601361122253313153
Binary110100011100110110010111101001010100101010110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C36; }

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

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

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

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

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

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

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

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