Shades of Scarlett #801D2C
Tints of Scarlett #801D2C
RGB
CMYK
RGB Variations
Color information
#801D2C (or 0x801D2C) is known color: Scarlett. HEX triplet: 80, 1D and 2C. RGB value is (128,29,44). Sum of RGB (Red+Green+Blue) = 128+29+44=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D2C is #7FE2D3. Grayscale: #3C3C3C. Windows color (decimal): -8381140 or 2891136. OLE color: 2891136.
HSL color Cylindrical-coordinate representation of color #801D2C: hue angle of 350.91º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D2C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 44 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.50 |
| HSL | 350.91º | 0.63% | 0.31% | - |
| HSV(B) | 350.91º | 0.77% | 0.5% | - |
| XYZ | 9.8 | 5.65 | 2.96 | - |
| YUV | 60.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 44 | 0 | 0.77 | 0.66 | 0.50 | 350.91 | 0.63 | 0.31 |
| Hex | 80 | 1D | 2C | 0 | 4D | 42 | 32 | 15F | 3F | 1F |
| Octal | 200 | 35 | 54 | 0 | 115 | 102 | 62 | 537 | 77 | 37 |
| Binary | 10000000 | 11101 | 101100 | 0 | 1001101 | 1000010 | 110010 | 101011111 | 111111 | 11111 |
Color Harmonies of #801D2C
Complementary color
Monochromatic Colors of #801D2C
Black with #801D2C
Text Example
Text Example
White with #801D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D2C; }
p { color: rgb(128,29,44); }
H1.HeaderClassName
{
color: #801D2C;
}
.AnyTagClassName
{
color: #801D2C;
}
</style>
background-color css
<style>
a { background-color: #801D2C; }
a { background-color: rgb(128,29,44); }
div.DivClassName
{
background-color: #801D2C;
}
.BgClassName
{
background-color: #801D2C;
}
</style>
border-color css
<style>
span { border-color: #801D2C; }
span { border-color: rgb(128,29,44); }
td.TdClassName
{
border-color: #801D2C;
}
.TagClassName
{
border-color: #801D2C;
}
</style>