#D10C44

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

Shades of Crimson #D10C44

Tints of Crimson #D10C44

Color information

#D10C44 (or 0xD10C44) is unknown color: approx Crimson. HEX triplet: D1, 0C and 44. RGB value is (209,12,68). Sum of RGB (Red+Green+Blue) = 209+12+68=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C44 is #2EF3BB. Grayscale: #4D4D4D. Windows color (decimal): -3077052 or 4459729. OLE color: 4459729.

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

Color convert

RGB2091268-
CMYK00.940.670.18
HSL342.94º89.14%43.33%-
HSV(B)342.94º94.26%81.96%-
XYZ27.4714.246.77-
YUV77.29122.77221.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 72.32%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=72.32%
G=4.15%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209126800.940.670.18342.9489.1443.33
HexD1C4405E4312157592b
Octal3211410401361032252713153
Binary1101000111001000100010111101000011100101010101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C44; }

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

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

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

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

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

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

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

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