#C80840

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

Shades of Crimson #C80840

Tints of Crimson #C80840

Color information

#C80840 (or 0xC80840) is unknown color: approx Crimson. HEX triplet: C8, 08 and 40. RGB value is (200,8,64). Sum of RGB (Red+Green+Blue) = 200+8+64=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80840 is #37F7BF. Grayscale: #474747. Windows color (decimal): -3667904 or 4196552. OLE color: 4196552.

HSL color Cylindrical-coordinate representation of color #C80840: hue angle of 342.5º 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 #C80840 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB200864-
CMYK00.960.680.22
HSL342.5º92.31%40.78%-
HSV(B)342.5º96%78.43%-
XYZ24.8312.826.02-
YUV71.79123.61219.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.53%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=73.53%
G=2.94%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20086400.960.680.22342.592.3140.78
HexC884006044161565c29
Octal3101010001401042652613451
Binary1100100010001000000011000001000100101101010101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80840; }

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

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

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

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

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

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

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

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