Shades of Scarlett #7E2433
Tints of Scarlett #7E2433
RGB
CMYK
RGB Variations
Color information
#7E2433 (or 0x7E2433) is known color: Scarlett. HEX triplet: 7E, 24 and 33. RGB value is (126,36,51). Sum of RGB (Red+Green+Blue) = 126+36+51=213 (28% of max value = 765). Red value is 126 (49.61% from 255 or 59.15% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2433 is #81DBCC. Grayscale: #404040. Windows color (decimal): -8510413 or 3351678. OLE color: 3351678.
HSL color Cylindrical-coordinate representation of color #7E2433: hue angle of 350º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2433 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 36 | 51 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.51 |
| HSL | 350º | 0.56% | 0.32% | - |
| HSV(B) | 350º | 0.71% | 0.49% | - |
| XYZ | 9.83 | 5.94 | 3.76 | - |
| YUV | 64.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 51 | 0 | 0.71 | 0.60 | 0.51 | 350 | 0.56 | 0.32 |
| Hex | 7E | 24 | 33 | 0 | 47 | 3C | 33 | 15E | 38 | 20 |
| Octal | 176 | 44 | 63 | 0 | 107 | 74 | 63 | 536 | 70 | 40 |
| Binary | 1111110 | 100100 | 110011 | 0 | 1000111 | 111100 | 110011 | 101011110 | 111000 | 100000 |
Color Harmonies of #7E2433
Complementary color
Monochromatic Colors of #7E2433
Black with #7E2433
Text Example
Text Example
White with #7E2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2433; }
p { color: rgb(126,36,51); }
H1.HeaderClassName
{
color: #7E2433;
}
.AnyTagClassName
{
color: #7E2433;
}
</style>
background-color css
<style>
a { background-color: #7E2433; }
a { background-color: rgb(126,36,51); }
div.DivClassName
{
background-color: #7E2433;
}
.BgClassName
{
background-color: #7E2433;
}
</style>
border-color css
<style>
span { border-color: #7E2433; }
span { border-color: rgb(126,36,51); }
td.TdClassName
{
border-color: #7E2433;
}
.TagClassName
{
border-color: #7E2433;
}
</style>