#d10446

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

Shades of Crimson #D10446

Tints of Crimson #D10446

Color information

#D10446 (or 0xD10446) is unknown color: approx Crimson. HEX triplet: D1, 04 and 46. RGB value is (209,4,70). Sum of RGB (Red+Green+Blue) = 209+4+70=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D10446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10446 is #2EFBB9. Grayscale: #484848. Windows color (decimal): -3079098 or 4588753. OLE color: 4588753.

HSL color Cylindrical-coordinate representation of color #D10446: hue angle of 340.68º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10446 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB209470-
CMYK00.980.670.18
HSL340.68º96.24%41.76%-
HSV(B)340.68º98.09%81.96%-
XYZ27.4414.087.07-
YUV72.82126.42225.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 73.85%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=73.85%
G=1.41%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20947000.980.670.18340.6896.2441.76
HexD14460624312155602a
Octal321410601421032252514052
Binary110100011001000110011000101000011100101010101011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10446; }

 p { color: rgb(209,4,70); }

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

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

 a { background-color: rgb(209,4,70); }

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

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

 span { border-color: rgb(209,4,70); }

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