#D80035

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

Shades of Crimson #D80035

Tints of Crimson #D80035

Color information

#D80035 (or 0xD80035) is unknown color: approx Crimson. HEX triplet: D8, 00 and 35. RGB value is (216,0,53). Sum of RGB (Red+Green+Blue) = 216+0+53=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80035 is #27FFCA. Grayscale: #464646. Windows color (decimal): -2621387 or 3473624. OLE color: 3473624.

HSL color Cylindrical-coordinate representation of color #D80035: hue angle of 345.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB216053-
CMYK010.750.15
HSL345.28º100%42.35%-
HSV(B)345.28º100%84.71%-
XYZ28.9614.864.71-
YUV70.63118.06231.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 80.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=80.30%
G=0%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216053010.750.15345.2810042.35
HexD80350644BF159642a
Octal33006501441131753114452
Binary11011000011010101100100100101111111010110011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80035; }

 p { color: rgb(216,0,53); }

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

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

 a { background-color: rgb(216,0,53); }

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

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

 span { border-color: rgb(216,0,53); }

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