Shades of Scarlett #7C1C30
Tints of Scarlett #7C1C30
RGB
CMYK
RGB Variations
Color information
#7C1C30 (or 0x7C1C30) is known color: Scarlett. HEX triplet: 7C, 1C and 30. RGB value is (124,28,48). Sum of RGB (Red+Green+Blue) = 124+28+48=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1C30 is #83E3CF. Grayscale: #3B3B3B. Windows color (decimal): -8643536 or 3153020. OLE color: 3153020.
HSL color Cylindrical-coordinate representation of color #7C1C30: hue angle of 347.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1C30 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 28 | 48 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.51 |
| HSL | 347.5º | 0.63% | 0.3% | - |
| HSV(B) | 347.5º | 0.77% | 0.49% | - |
| XYZ | 9.26 | 5.33 | 3.34 | - |
| YUV | 58.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 48 | 0 | 0.77 | 0.61 | 0.51 | 347.5 | 0.63 | 0.3 |
| Hex | 7C | 1C | 30 | 0 | 4D | 3D | 33 | 15C | 3F | 1E |
| Octal | 174 | 34 | 60 | 0 | 115 | 75 | 63 | 534 | 77 | 36 |
| Binary | 1111100 | 11100 | 110000 | 0 | 1001101 | 111101 | 110011 | 101011100 | 111111 | 11110 |
Color Harmonies of #7C1C30
Complementary color
Monochromatic Colors of #7C1C30
Black with #7C1C30
Text Example
Text Example
White with #7C1C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1C30; }
p { color: rgb(124,28,48); }
H1.HeaderClassName
{
color: #7C1C30;
}
.AnyTagClassName
{
color: #7C1C30;
}
</style>
background-color css
<style>
a { background-color: #7C1C30; }
a { background-color: rgb(124,28,48); }
div.DivClassName
{
background-color: #7C1C30;
}
.BgClassName
{
background-color: #7C1C30;
}
</style>
border-color css
<style>
span { border-color: #7C1C30; }
span { border-color: rgb(124,28,48); }
td.TdClassName
{
border-color: #7C1C30;
}
.TagClassName
{
border-color: #7C1C30;
}
</style>