#D70839

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

Shades of Crimson #D70839

Tints of Crimson #D70839

Color information

#D70839 (or 0xD70839) is unknown color: approx Crimson. HEX triplet: D7, 08 and 39. RGB value is (215,8,57). Sum of RGB (Red+Green+Blue) = 215+8+57=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D70839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70839 is #28F7C6. Grayscale: #4B4B4B. Windows color (decimal): -2684871 or 3737815. OLE color: 3737815.

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

Color convert

RGB215857-
CMYK00.960.730.16
HSL345.8º92.83%43.73%-
HSV(B)345.8º96.28%84.31%-
XYZ28.8514.925.23-
YUV75.48117.58227.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 76.79%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=76.79%
G=2.86%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21585700.960.730.16345.892.8343.73
HexD7839060491015a5d2c
Octal327107101401112053213554
Binary110101111000111001011000001001001100001010110101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70839; }

 p { color: rgb(215,8,57); }

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

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

 a { background-color: rgb(215,8,57); }

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

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

 span { border-color: rgb(215,8,57); }

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