#D70736

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

Shades of Crimson #D70736

Tints of Crimson #D70736

Color information

#D70736 (or 0xD70736) is unknown color: approx Crimson. HEX triplet: D7, 07 and 36. RGB value is (215,7,54). Sum of RGB (Red+Green+Blue) = 215+7+54=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D70736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70736 is #28F8C9. Grayscale: #4A4A4A. Windows color (decimal): -2685130 or 3540951. OLE color: 3540951.

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

Color convert

RGB215754-
CMYK00.970.750.16
HSL346.44º93.69%43.53%-
HSV(B)346.44º96.74%84.31%-
XYZ28.7714.874.84-
YUV74.55116.41228.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 77.90%
GREEN value IS 7 (3.12% from 255) = 2.54%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=77.90%
G=2.54%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21575400.970.750.16346.4493.6943.53
HexD77360614B1015a5e2c
Octal32776601411132053213654
Binary11010111111110110011000011001011100001010110101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70736; }

 p { color: rgb(215,7,54); }

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

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

 a { background-color: rgb(215,7,54); }

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

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

 span { border-color: rgb(215,7,54); }

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