#D70442

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

Shades of Crimson #D70442

Tints of Crimson #D70442

Color information

#D70442 (or 0xD70442) is unknown color: approx Crimson. HEX triplet: D7, 04 and 42. RGB value is (215,4,66). Sum of RGB (Red+Green+Blue) = 215+4+66=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D70442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70442 is #28FBBD. Grayscale: #4A4A4A. Windows color (decimal): -2685886 or 4326615. OLE color: 4326615.

HSL color Cylindrical-coordinate representation of color #D70442: hue angle of 342.37º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70442 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB215466-
CMYK00.980.690.16
HSL342.37º96.35%42.94%-
HSV(B)342.37º98.14%84.31%-
XYZ29.0514.936.5-
YUV74.16123.4228.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.44%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=75.44%
G=1.40%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21546600.980.690.16342.3796.3542.94
HexD74420624510156602b
Octal327410201421052052614053
Binary110101111001000010011000101000101100001010101101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70442; }

 p { color: rgb(215,4,66); }

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

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

 a { background-color: rgb(215,4,66); }

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

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

 span { border-color: rgb(215,4,66); }

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