Shades of Scarlett #7D2433
Tints of Scarlett #7D2433
RGB
CMYK
RGB Variations
Color information
#7D2433 (or 0x7D2433) is known color: Scarlett. HEX triplet: 7D, 24 and 33. RGB value is (125,36,51). Sum of RGB (Red+Green+Blue) = 125+36+51=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2433 is #82DBCC. Grayscale: #404040. Windows color (decimal): -8575949 or 3351677. OLE color: 3351677.
HSL color Cylindrical-coordinate representation of color #7D2433: hue angle of 349.89º degrees, saturation: 0.55, 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 #7D2433 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 51 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.51 |
| HSL | 349.89º | 0.55% | 0.32% | - |
| HSV(B) | 349.89º | 0.71% | 0.49% | - |
| XYZ | 9.69 | 5.86 | 3.75 | - |
| YUV | 64.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 51 | 0 | 0.71 | 0.59 | 0.51 | 349.89 | 0.55 | 0.32 |
| Hex | 7D | 24 | 33 | 0 | 47 | 3B | 33 | 15E | 37 | 20 |
| Octal | 175 | 44 | 63 | 0 | 107 | 73 | 63 | 536 | 67 | 40 |
| Binary | 1111101 | 100100 | 110011 | 0 | 1000111 | 111011 | 110011 | 101011110 | 110111 | 100000 |
Color Harmonies of #7D2433
Complementary color
Monochromatic Colors of #7D2433
Black with #7D2433
Text Example
Text Example
White with #7D2433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2433; }
p { color: rgb(125,36,51); }
H1.HeaderClassName
{
color: #7D2433;
}
.AnyTagClassName
{
color: #7D2433;
}
</style>
background-color css
<style>
a { background-color: #7D2433; }
a { background-color: rgb(125,36,51); }
div.DivClassName
{
background-color: #7D2433;
}
.BgClassName
{
background-color: #7D2433;
}
</style>
border-color css
<style>
span { border-color: #7D2433; }
span { border-color: rgb(125,36,51); }
td.TdClassName
{
border-color: #7D2433;
}
.TagClassName
{
border-color: #7D2433;
}
</style>