Shades of Scarlett #851423
Tints of Scarlett #851423
RGB
CMYK
RGB Variations
Color information
#851423 (or 0x851423) is known color: Scarlett. HEX triplet: 85, 14 and 23. RGB value is (133,20,35). Sum of RGB (Red+Green+Blue) = 133+20+35=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #851423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851423 is #7AEBDC. Grayscale: #373737. Windows color (decimal): -8055773 or 2299013. OLE color: 2299013.
HSL color Cylindrical-coordinate representation of color #851423: hue angle of 352.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851423 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 35 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.48 |
| HSL | 352.04º | 0.74% | 0.3% | - |
| HSV(B) | 352.04º | 0.85% | 0.52% | - |
| XYZ | 10.23 | 5.61 | 2.13 | - |
| YUV | 55.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 35 | 0 | 0.85 | 0.74 | 0.48 | 352.04 | 0.74 | 0.3 |
| Hex | 85 | 14 | 23 | 0 | 55 | 4A | 30 | 160 | 4A | 1E |
| Octal | 205 | 24 | 43 | 0 | 125 | 112 | 60 | 540 | 112 | 36 |
| Binary | 10000101 | 10100 | 100011 | 0 | 1010101 | 1001010 | 110000 | 101100000 | 1001010 | 11110 |
Color Harmonies of #851423
Complementary color
Monochromatic Colors of #851423
Black with #851423
Text Example
Text Example
White with #851423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851423; }
p { color: rgb(133,20,35); }
H1.HeaderClassName
{
color: #851423;
}
.AnyTagClassName
{
color: #851423;
}
</style>
background-color css
<style>
a { background-color: #851423; }
a { background-color: rgb(133,20,35); }
div.DivClassName
{
background-color: #851423;
}
.BgClassName
{
background-color: #851423;
}
</style>
border-color css
<style>
span { border-color: #851423; }
span { border-color: rgb(133,20,35); }
td.TdClassName
{
border-color: #851423;
}
.TagClassName
{
border-color: #851423;
}
</style>