Shades of Scarlett #801A24
Tints of Scarlett #801A24
RGB
CMYK
RGB Variations
Color information
#801A24 (or 0x801A24) is known color: Scarlett. HEX triplet: 80, 1A and 24. RGB value is (128,26,36). Sum of RGB (Red+Green+Blue) = 128+26+36=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #801A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801A24 is #7FE5DB. Grayscale: #393939. Windows color (decimal): -8381916 or 2366080. OLE color: 2366080.
HSL color Cylindrical-coordinate representation of color #801A24: hue angle of 354.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801A24 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 36 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.50 |
| HSL | 354.12º | 0.66% | 0.3% | - |
| HSV(B) | 354.12º | 0.8% | 0.5% | - |
| XYZ | 9.59 | 5.46 | 2.22 | - |
| YUV | 57.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 36 | 0 | 0.80 | 0.72 | 0.50 | 354.12 | 0.66 | 0.3 |
| Hex | 80 | 1A | 24 | 0 | 50 | 48 | 32 | 162 | 42 | 1E |
| Octal | 200 | 32 | 44 | 0 | 120 | 110 | 62 | 542 | 102 | 36 |
| Binary | 10000000 | 11010 | 100100 | 0 | 1010000 | 1001000 | 110010 | 101100010 | 1000010 | 11110 |
Color Harmonies of #801A24
Complementary color
Monochromatic Colors of #801A24
Black with #801A24
Text Example
Text Example
White with #801A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A24; }
p { color: rgb(128,26,36); }
H1.HeaderClassName
{
color: #801A24;
}
.AnyTagClassName
{
color: #801A24;
}
</style>
background-color css
<style>
a { background-color: #801A24; }
a { background-color: rgb(128,26,36); }
div.DivClassName
{
background-color: #801A24;
}
.BgClassName
{
background-color: #801A24;
}
</style>
border-color css
<style>
span { border-color: #801A24; }
span { border-color: rgb(128,26,36); }
td.TdClassName
{
border-color: #801A24;
}
.TagClassName
{
border-color: #801A24;
}
</style>