Shades of Scarlett #80252F
Tints of Scarlett #80252F
RGB
CMYK
RGB Variations
Color information
#80252F (or 0x80252F) is known color: Scarlett. HEX triplet: 80, 25 and 2F. RGB value is (128,37,47). Sum of RGB (Red+Green+Blue) = 128+37+47=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80252F is #7FDAD0. Grayscale: #414141. Windows color (decimal): -8379089 or 3089792. OLE color: 3089792.
HSL color Cylindrical-coordinate representation of color #80252F: hue angle of 353.41º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80252F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 47 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.50 |
| HSL | 353.41º | 0.55% | 0.32% | - |
| HSV(B) | 353.41º | 0.71% | 0.5% | - |
| XYZ | 10.08 | 6.12 | 3.34 | - |
| YUV | 65.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 47 | 0 | 0.71 | 0.63 | 0.50 | 353.41 | 0.55 | 0.32 |
| Hex | 80 | 25 | 2F | 0 | 47 | 3F | 32 | 161 | 37 | 20 |
| Octal | 200 | 45 | 57 | 0 | 107 | 77 | 62 | 541 | 67 | 40 |
| Binary | 10000000 | 100101 | 101111 | 0 | 1000111 | 111111 | 110010 | 101100001 | 110111 | 100000 |
Color Harmonies of #80252F
Complementary color
Monochromatic Colors of #80252F
Black with #80252F
Text Example
Text Example
White with #80252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80252F; }
p { color: rgb(128,37,47); }
H1.HeaderClassName
{
color: #80252F;
}
.AnyTagClassName
{
color: #80252F;
}
</style>
background-color css
<style>
a { background-color: #80252F; }
a { background-color: rgb(128,37,47); }
div.DivClassName
{
background-color: #80252F;
}
.BgClassName
{
background-color: #80252F;
}
</style>
border-color css
<style>
span { border-color: #80252F; }
span { border-color: rgb(128,37,47); }
td.TdClassName
{
border-color: #80252F;
}
.TagClassName
{
border-color: #80252F;
}
</style>