#C80944

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

Shades of Crimson #C80944

Tints of Crimson #C80944

Color information

#C80944 (or 0xC80944) is unknown color: approx Crimson. HEX triplet: C8, 09 and 44. RGB value is (200,9,68). Sum of RGB (Red+Green+Blue) = 200+9+68=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C80944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80944 is #37F6BB. Grayscale: #484848. Windows color (decimal): -3667644 or 4458952. OLE color: 4458952.

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

Color convert

RGB200968-
CMYK00.960.660.22
HSL341.47º91.39%40.98%-
HSV(B)341.47º95.5%78.43%-
XYZ24.9612.896.64-
YUV72.83125.28218.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 72.20%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=72.20%
G=3.25%
B=24.55%

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
Decimal20096800.960.660.22341.4791.3940.98
HexC894406042161555b29
Octal3101110401401022652513351
Binary1100100010011000100011000001000010101101010101011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80944; }

 p { color: rgb(200,9,68); }

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

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

 a { background-color: rgb(200,9,68); }

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

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

 span { border-color: rgb(200,9,68); }

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