Shades of Scarlett #881424
Tints of Scarlett #881424
RGB
CMYK
RGB Variations
Color information
#881424 (or 0x881424) is known color: Scarlett. HEX triplet: 88, 14 and 24. RGB value is (136,20,36). Sum of RGB (Red+Green+Blue) = 136+20+36=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881424 is #77EBDB. Grayscale: #383838. Windows color (decimal): -7859164 or 2364552. OLE color: 2364552.
HSL color Cylindrical-coordinate representation of color #881424: hue angle of 351.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881424 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 36 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.47 |
| HSL | 351.72º | 0.74% | 0.31% | - |
| HSV(B) | 351.72º | 0.85% | 0.53% | - |
| XYZ | 10.72 | 5.86 | 2.24 | - |
| YUV | 56.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 36 | 0 | 0.85 | 0.74 | 0.47 | 351.72 | 0.74 | 0.31 |
| Hex | 88 | 14 | 24 | 0 | 55 | 4A | 2F | 160 | 4A | 1F |
| Octal | 210 | 24 | 44 | 0 | 125 | 112 | 57 | 540 | 112 | 37 |
| Binary | 10001000 | 10100 | 100100 | 0 | 1010101 | 1001010 | 101111 | 101100000 | 1001010 | 11111 |
Color Harmonies of #881424
Complementary color
Monochromatic Colors of #881424
Black with #881424
Text Example
Text Example
White with #881424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881424; }
p { color: rgb(136,20,36); }
H1.HeaderClassName
{
color: #881424;
}
.AnyTagClassName
{
color: #881424;
}
</style>
background-color css
<style>
a { background-color: #881424; }
a { background-color: rgb(136,20,36); }
div.DivClassName
{
background-color: #881424;
}
.BgClassName
{
background-color: #881424;
}
</style>
border-color css
<style>
span { border-color: #881424; }
span { border-color: rgb(136,20,36); }
td.TdClassName
{
border-color: #881424;
}
.TagClassName
{
border-color: #881424;
}
</style>