#D80639

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

Shades of Crimson #D80639

Tints of Crimson #D80639

Color information

#D80639 (or 0xD80639) is unknown color: approx Crimson. HEX triplet: D8, 06 and 39. RGB value is (216,6,57). Sum of RGB (Red+Green+Blue) = 216+6+57=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D80639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80639 is #27F9C6. Grayscale: #4A4A4A. Windows color (decimal): -2619847 or 3737304. OLE color: 3737304.

HSL color Cylindrical-coordinate representation of color #D80639: hue angle of 345.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80639 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB216657-
CMYK00.970.740.15
HSL345.43º94.59%43.53%-
HSV(B)345.43º97.22%84.71%-
XYZ29.1215.025.24-
YUV74.6118.07228.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.42%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=77.42%
G=2.15%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21665700.970.740.15345.4394.5943.53
HexD86390614AF1595f2c
Octal33067101411121753113754
Binary1101100011011100101100001100101011111010110011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80639; }

 p { color: rgb(216,6,57); }

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

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

 a { background-color: rgb(216,6,57); }

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

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

 span { border-color: rgb(216,6,57); }

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