#D10040

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

Shades of Crimson #D10040

Tints of Crimson #D10040

Color information

#D10040 (or 0xD10040) is unknown color: approx Crimson. HEX triplet: D1, 00 and 40. RGB value is (209,0,64). Sum of RGB (Red+Green+Blue) = 209+0+64=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D10040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10040 is #2EFFBF. Grayscale: #454545. Windows color (decimal): -3080128 or 4194513. OLE color: 4194513.

HSL color Cylindrical-coordinate representation of color #D10040: hue angle of 341.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10040 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB209064-
CMYK010.690.18
HSL341.63º100%40.98%-
HSV(B)341.63º100%81.96%-
XYZ27.2213.936.1-
YUV69.79124.74227.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=76.56%
G=0%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209064010.690.18341.6310040.98
HexD104006445121566429
Octal321010001441052252614451
Binary1101000101000000011001001000101100101010101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10040; }

 p { color: rgb(209,0,64); }

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

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

 a { background-color: rgb(209,0,64); }

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

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

 span { border-color: rgb(209,0,64); }

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