Shades of Scarlett #801C28
Tints of Scarlett #801C28
RGB
CMYK
RGB Variations
Color information
#801C28 (or 0x801C28) is known color: Scarlett. HEX triplet: 80, 1C and 28. RGB value is (128,28,40). Sum of RGB (Red+Green+Blue) = 128+28+40=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #801C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C28 is #7FE3D7. Grayscale: #3B3B3B. Windows color (decimal): -8381400 or 2628736. OLE color: 2628736.
HSL color Cylindrical-coordinate representation of color #801C28: hue angle of 352.8º 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 #801C28 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 40 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.50 |
| HSL | 352.8º | 0.64% | 0.31% | - |
| HSV(B) | 352.8º | 0.78% | 0.5% | - |
| XYZ | 9.7 | 5.57 | 2.57 | - |
| YUV | 59.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 40 | 0 | 0.78 | 0.69 | 0.50 | 352.8 | 0.64 | 0.31 |
| Hex | 80 | 1C | 28 | 0 | 4E | 45 | 32 | 161 | 40 | 1F |
| Octal | 200 | 34 | 50 | 0 | 116 | 105 | 62 | 541 | 100 | 37 |
| Binary | 10000000 | 11100 | 101000 | 0 | 1001110 | 1000101 | 110010 | 101100001 | 1000000 | 11111 |
Color Harmonies of #801C28
Complementary color
Monochromatic Colors of #801C28
Black with #801C28
Text Example
Text Example
White with #801C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C28; }
p { color: rgb(128,28,40); }
H1.HeaderClassName
{
color: #801C28;
}
.AnyTagClassName
{
color: #801C28;
}
</style>
background-color css
<style>
a { background-color: #801C28; }
a { background-color: rgb(128,28,40); }
div.DivClassName
{
background-color: #801C28;
}
.BgClassName
{
background-color: #801C28;
}
</style>
border-color css
<style>
span { border-color: #801C28; }
span { border-color: rgb(128,28,40); }
td.TdClassName
{
border-color: #801C28;
}
.TagClassName
{
border-color: #801C28;
}
</style>