#D70C40

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

Shades of Crimson #D70C40

Tints of Crimson #D70C40

Color information

#D70C40 (or 0xD70C40) is unknown color: approx Crimson. HEX triplet: D7, 0C and 40. RGB value is (215,12,64). Sum of RGB (Red+Green+Blue) = 215+12+64=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C40 is #28F3BF. Grayscale: #4E4E4E. Windows color (decimal): -2683840 or 4197591. OLE color: 4197591.

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

Color convert

RGB2151264-
CMYK00.940.700.16
HSL344.63º89.43%44.51%-
HSV(B)344.63º94.42%84.31%-
XYZ29.0815.086.23-
YUV78.62119.75225.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 73.88%
GREEN value IS 12 (5.08% from 255) = 4.12%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=73.88%
G=4.12%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215126400.940.700.16344.6389.4344.51
HexD7C4005E4610159592d
Octal3271410001361062053113155
Binary1101011111001000000010111101000110100001010110011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70C40; }

 p { color: rgb(215,12,64); }

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

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

 a { background-color: rgb(215,12,64); }

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

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

 span { border-color: rgb(215,12,64); }

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