Shades of Scarlett #7E232B
Tints of Scarlett #7E232B
RGB
CMYK
RGB Variations
Color information
#7E232B (or 0x7E232B) is known color: Scarlett. HEX triplet: 7E, 23 and 2B. RGB value is (126,35,43). Sum of RGB (Red+Green+Blue) = 126+35+43=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E232B is #81DCD4. Grayscale: #3F3F3F. Windows color (decimal): -8510677 or 2827134. OLE color: 2827134.
HSL color Cylindrical-coordinate representation of color #7E232B: hue angle of 354.73º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E232B is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 43 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.51 |
| HSL | 354.73º | 0.57% | 0.32% | - |
| HSV(B) | 354.73º | 0.72% | 0.49% | - |
| XYZ | 9.64 | 5.81 | 2.9 | - |
| YUV | 63.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 43 | 0 | 0.72 | 0.66 | 0.51 | 354.73 | 0.57 | 0.32 |
| Hex | 7E | 23 | 2B | 0 | 48 | 42 | 33 | 163 | 39 | 20 |
| Octal | 176 | 43 | 53 | 0 | 110 | 102 | 63 | 543 | 71 | 40 |
| Binary | 1111110 | 100011 | 101011 | 0 | 1001000 | 1000010 | 110011 | 101100011 | 111001 | 100000 |
Color Harmonies of #7E232B
Complementary color
Monochromatic Colors of #7E232B
Black with #7E232B
Text Example
Text Example
White with #7E232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E232B; }
p { color: rgb(126,35,43); }
H1.HeaderClassName
{
color: #7E232B;
}
.AnyTagClassName
{
color: #7E232B;
}
</style>
background-color css
<style>
a { background-color: #7E232B; }
a { background-color: rgb(126,35,43); }
div.DivClassName
{
background-color: #7E232B;
}
.BgClassName
{
background-color: #7E232B;
}
</style>
border-color css
<style>
span { border-color: #7E232B; }
span { border-color: rgb(126,35,43); }
td.TdClassName
{
border-color: #7E232B;
}
.TagClassName
{
border-color: #7E232B;
}
</style>