#D10C3D

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

Shades of Crimson #D10C3D

Tints of Crimson #D10C3D

Color information

#D10C3D (or 0xD10C3D) is unknown color: approx Crimson. HEX triplet: D1, 0C and 3D. RGB value is (209,12,61). Sum of RGB (Red+Green+Blue) = 209+12+61=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C3D is #2EF3C2. Grayscale: #4C4C4C. Windows color (decimal): -3077059 or 4000977. OLE color: 4000977.

HSL color Cylindrical-coordinate representation of color #D10C3D: hue angle of 345.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C3D is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2091261-
CMYK00.940.710.18
HSL345.08º89.14%43.33%-
HSV(B)345.08º94.26%81.96%-
XYZ27.2714.165.71-
YUV76.49119.27222.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 74.11%
GREEN value IS 12 (5.08% from 255) = 4.26%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=74.11%
G=4.26%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209126100.940.710.18345.0889.1443.33
HexD1C3D05E4712159592b
Octal321147501361072253113153
Binary110100011100111101010111101000111100101010110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C3D; }

 p { color: rgb(209,12,61); }

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

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

 a { background-color: rgb(209,12,61); }

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

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

 span { border-color: rgb(209,12,61); }

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