#D80547

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

Shades of Crimson #D80547

Tints of Crimson #D80547

Color information

#D80547 (or 0xD80547) is unknown color: approx Crimson. HEX triplet: D8, 05 and 47. RGB value is (216,5,71). Sum of RGB (Red+Green+Blue) = 216+5+71=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D80547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80547 is #27FAB8. Grayscale: #4B4B4B. Windows color (decimal): -2620089 or 4654552. OLE color: 4654552.

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

Color convert

RGB216571-
CMYK00.980.670.15
HSL341.23º95.48%43.33%-
HSV(B)341.23º97.69%84.71%-
XYZ29.5115.167.33-
YUV75.61125.4228.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 73.97%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=73.97%
G=1.71%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21657100.980.670.15341.2395.4843.33
HexD854706243F1555f2b
Octal330510701421031752513753
Binary11011000101100011101100010100001111111010101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80547; }

 p { color: rgb(216,5,71); }

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

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

 a { background-color: rgb(216,5,71); }

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

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

 span { border-color: rgb(216,5,71); }

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