#D70D49

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

Shades of Crimson #D70D49

Tints of Crimson #D70D49

Color information

#D70D49 (or 0xD70D49) is unknown color: approx Crimson. HEX triplet: D7, 0D and 49. RGB value is (215,13,73). Sum of RGB (Red+Green+Blue) = 215+13+73=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D49 is #28F2B6. Grayscale: #505050. Windows color (decimal): -2683575 or 4787671. OLE color: 4787671.

HSL color Cylindrical-coordinate representation of color #D70D49: hue angle of 342.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D49 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2151373-
CMYK00.940.660.16
HSL342.18º88.6%44.71%-
HSV(B)342.18º93.95%84.31%-
XYZ29.3715.227.69-
YUV80.24123.92224.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 71.43%
GREEN value IS 13 (5.47% from 255) = 4.32%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=71.43%
G=4.32%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215137300.940.660.16342.1888.644.71
HexD7D4905E4210156592d
Octal3271511101361022052613155
Binary1101011111011001001010111101000010100001010101101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70D49; }

 p { color: rgb(215,13,73); }

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

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

 a { background-color: rgb(215,13,73); }

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

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

 span { border-color: rgb(215,13,73); }

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