Shades of Sangria #6E0203
Tints of Sangria #6E0203
RGB
CMYK
RGB Variations
Color information
#6E0203 (or 0x6E0203) is known color: Sangria. HEX triplet: 6E, 02 and 03. RGB value is (110,2,3). Sum of RGB (Red+Green+Blue) = 110+2+3=115 (15% of max value = 765). Red value is 110 (43.36% from 255 or 95.65% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0203 is #91FDFC. Grayscale: #222222. Windows color (decimal): -9567741 or 197230. OLE color: 197230.
HSL color Cylindrical-coordinate representation of color #6E0203: hue angle of 359.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.57 |
| HSL | 359.44º | 0.96% | 0.22% | - |
| HSV(B) | 359.44º | 0.98% | 0.43% | - |
| XYZ | 6.47 | 3.36 | 0.39 | - |
| YUV | 34.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 3 | 0 | 0.98 | 0.97 | 0.57 | 359.44 | 0.96 | 0.22 |
| Hex | 6E | 2 | 3 | 0 | 62 | 61 | 39 | 167 | 60 | 16 |
| Octal | 156 | 2 | 3 | 0 | 142 | 141 | 71 | 547 | 140 | 26 |
| Binary | 1101110 | 10 | 11 | 0 | 1100010 | 1100001 | 111001 | 101100111 | 1100000 | 10110 |
Color Harmonies of #6E0203
Complementary color
Monochromatic Colors of #6E0203
Black with #6E0203
Text Example
Text Example
White with #6E0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0203; }
p { color: rgb(110,2,3); }
H1.HeaderClassName
{
color: #6E0203;
}
.AnyTagClassName
{
color: #6E0203;
}
</style>
background-color css
<style>
a { background-color: #6E0203; }
a { background-color: rgb(110,2,3); }
div.DivClassName
{
background-color: #6E0203;
}
.BgClassName
{
background-color: #6E0203;
}
</style>
border-color css
<style>
span { border-color: #6E0203; }
span { border-color: rgb(110,2,3); }
td.TdClassName
{
border-color: #6E0203;
}
.TagClassName
{
border-color: #6E0203;
}
</style>