#D10239

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

Shades of Crimson #D10239

Tints of Crimson #D10239

Color information

#D10239 (or 0xD10239) is unknown color: approx Crimson. HEX triplet: D1, 02 and 39. RGB value is (209,2,57). Sum of RGB (Red+Green+Blue) = 209+2+57=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D10239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10239 is #2EFDC6. Grayscale: #464646. Windows color (decimal): -3079623 or 3736273. OLE color: 3736273.

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

Color convert

RGB209257-
CMYK00.990.730.18
HSL344.06º98.1%41.37%-
HSV(B)344.06º99.04%81.96%-
XYZ27.0513.895.13-
YUV70.16120.58227.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.99%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=77.99%
G=0.75%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20925700.990.730.18344.0698.141.37
HexD123906349121586229
Octal32127101431112253014251
Binary1101000110111001011000111001001100101010110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10239; }

 p { color: rgb(209,2,57); }

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

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

 a { background-color: rgb(209,2,57); }

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

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

 span { border-color: rgb(209,2,57); }

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