#d10d45

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

Shades of Crimson #D10D45

Tints of Crimson #D10D45

Color information

#D10D45 (or 0xD10D45) is unknown color: approx Crimson. HEX triplet: D1, 0D and 45. RGB value is (209,13,69). Sum of RGB (Red+Green+Blue) = 209+13+69=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10D45 is #2EF2BA. Grayscale: #4D4D4D. Windows color (decimal): -3076795 or 4525521. OLE color: 4525521.

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

Color convert

RGB2091369-
CMYK00.940.670.18
HSL342.86º88.29%43.53%-
HSV(B)342.86º93.78%81.96%-
XYZ27.5114.276.94-
YUV77.99122.93221.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.82%
GREEN value IS 13 (5.47% from 255) = 4.47%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=71.82%
G=4.47%
B=23.71%

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
Decimal209136900.940.670.18342.8688.2943.53
HexD1D4505E4312157582c
Octal3211510501361032252713054
Binary1101000111011000101010111101000011100101010101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10d45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10d45; }

 p { color: rgb(209,13,69); }

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

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

 a { background-color: rgb(209,13,69); }

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

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

 span { border-color: rgb(209,13,69); }

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