#C80845

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

Shades of Crimson #C80845

Tints of Crimson #C80845

Color information

#C80845 (or 0xC80845) is unknown color: approx Crimson. HEX triplet: C8, 08 and 45. RGB value is (200,8,69). Sum of RGB (Red+Green+Blue) = 200+8+69=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80845 is #37F7BA. Grayscale: #484848. Windows color (decimal): -3667899 or 4524232. OLE color: 4524232.

HSL color Cylindrical-coordinate representation of color #C80845: hue angle of 340.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80845 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB200869-
CMYK00.960.660.22
HSL340.94º92.31%40.78%-
HSV(B)340.94º96%78.43%-
XYZ24.9812.886.8-
YUV72.36126.11219.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 72.20%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=72.20%
G=2.89%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20086900.960.660.22340.9492.3140.78
HexC884506042161555c29
Octal3101010501401022652513451
Binary1100100010001000101011000001000010101101010101011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80845; }

 p { color: rgb(200,8,69); }

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

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

 a { background-color: rgb(200,8,69); }

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

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

 span { border-color: rgb(200,8,69); }

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