#D10233

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

Shades of Crimson #D10233

Tints of Crimson #D10233

Color information

#D10233 (or 0xD10233) is unknown color: approx Crimson. HEX triplet: D1, 02 and 33. RGB value is (209,2,51). Sum of RGB (Red+Green+Blue) = 209+2+51=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D10233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10233 is #2EFDCC. Grayscale: #454545. Windows color (decimal): -3079629 or 3343057. OLE color: 3343057.

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

Color convert

RGB209251-
CMYK00.990.760.18
HSL345.8º98.1%41.37%-
HSV(B)345.8º99.04%81.96%-
XYZ26.9113.844.38-
YUV69.48117.58227.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.77%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=79.77%
G=0.76%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20925100.990.760.18345.898.141.37
HexD12330634C1215a6229
Octal32126301431142253214251
Binary1101000110110011011000111001100100101010110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10233; }

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

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

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

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

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

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

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

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