#D10234

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

Shades of Crimson #D10234

Tints of Crimson #D10234

Color information

#D10234 (or 0xD10234) is unknown color: approx Crimson. HEX triplet: D1, 02 and 34. RGB value is (209,2,52). Sum of RGB (Red+Green+Blue) = 209+2+52=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D10234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10234 is #2EFDCB. Grayscale: #454545. Windows color (decimal): -3079628 or 3408593. OLE color: 3408593.

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

Color convert

RGB209252-
CMYK00.990.750.18
HSL345.51º98.1%41.37%-
HSV(B)345.51º99.04%81.96%-
XYZ26.9413.854.5-
YUV69.59118.08227.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.47%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=79.47%
G=0.76%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20925200.990.750.18345.5198.141.37
HexD12340634B1215a6229
Octal32126401431132253214251
Binary1101000110110100011000111001011100101010110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10234; }

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

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

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

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

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

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

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

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