#801C2C

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

Shades of Scarlett #801C2C

Tints of Scarlett #801C2C

Color information

#801C2C (or 0x801C2C) is unknown color: approx Scarlett. HEX triplet: 80, 1C and 2C. RGB value is (128,28,44). Sum of RGB (Red+Green+Blue) = 128+28+44=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #801C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C2C is #7FE3D3. Grayscale: #3B3B3B. Windows color (decimal): -8381396 or 2890880. OLE color: 2890880.

HSL color Cylindrical-coordinate representation of color #801C2C: hue angle of 350.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C2C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1282844-
CMYK00.780.660.50
HSL350.4º64.1%30.59%-
HSV(B)350.4º78.12%50.2%-
XYZ9.775.62.95-
YUV59.72119.13176.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 44 (17.58% from 255) = 22%
R=64%
G=14%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128284400.780.660.50350.464.130.59
Hex801C2C04E423215e401f
Octal200345401161026253610037
Binary1000000011100101100010011101000010110010101011110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801C2C; }

 p { color: rgb(128,28,44); }

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

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

 a { background-color: rgb(128,28,44); }

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

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

 span { border-color: rgb(128,28,44); }

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