Shades of Scarlett #7C2333
Tints of Scarlett #7C2333
RGB
CMYK
RGB Variations
Color information
#7C2333 (or 0x7C2333) is known color: Scarlett. HEX triplet: 7C, 23 and 33. RGB value is (124,35,51). Sum of RGB (Red+Green+Blue) = 124+35+51=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2333 is #83DCCC. Grayscale: #3F3F3F. Windows color (decimal): -8641741 or 3351420. OLE color: 3351420.
HSL color Cylindrical-coordinate representation of color #7C2333: hue angle of 349.21º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2333 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 35 | 51 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.51 |
| HSL | 349.21º | 0.56% | 0.31% | - |
| HSV(B) | 349.21º | 0.72% | 0.49% | - |
| XYZ | 9.51 | 5.73 | 3.74 | - |
| YUV | 63.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 51 | 0 | 0.72 | 0.59 | 0.51 | 349.21 | 0.56 | 0.31 |
| Hex | 7C | 23 | 33 | 0 | 48 | 3B | 33 | 15D | 38 | 1F |
| Octal | 174 | 43 | 63 | 0 | 110 | 73 | 63 | 535 | 70 | 37 |
| Binary | 1111100 | 100011 | 110011 | 0 | 1001000 | 111011 | 110011 | 101011101 | 111000 | 11111 |
Color Harmonies of #7C2333
Complementary color
Monochromatic Colors of #7C2333
Black with #7C2333
Text Example
Text Example
White with #7C2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2333; }
p { color: rgb(124,35,51); }
H1.HeaderClassName
{
color: #7C2333;
}
.AnyTagClassName
{
color: #7C2333;
}
</style>
background-color css
<style>
a { background-color: #7C2333; }
a { background-color: rgb(124,35,51); }
div.DivClassName
{
background-color: #7C2333;
}
.BgClassName
{
background-color: #7C2333;
}
</style>
border-color css
<style>
span { border-color: #7C2333; }
span { border-color: rgb(124,35,51); }
td.TdClassName
{
border-color: #7C2333;
}
.TagClassName
{
border-color: #7C2333;
}
</style>