Shades of Cinnabar #E6351C
Tints of Cinnabar #E6351C
RGB
CMYK
RGB Variations
Color information
#E6351C (or 0xE6351C) is known color: Cinnabar. HEX triplet: E6, 35 and 1C. RGB value is (230,53,28). Sum of RGB (Red+Green+Blue) = 230+53+28=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6351C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6351C is #19CAE3. Grayscale: #676767. Windows color (decimal): -1690340 or 1848806. OLE color: 1848806.
HSL color Cylindrical-coordinate representation of color #E6351C: hue angle of 7.43º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6351C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.10 |
| HSL | 7.43º | 0.8% | 0.51% | - |
| HSV(B) | 7.43º | 0.88% | 0.9% | - |
| XYZ | 34.12 | 19.45 | 3.06 | - |
| YUV | 103.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 28 | 0 | 0.77 | 0.88 | 0.10 | 7.43 | 0.8 | 0.51 |
| Hex | E6 | 35 | 1C | 0 | 4D | 58 | A | 7 | 50 | 33 |
| Octal | 346 | 65 | 34 | 0 | 115 | 130 | 12 | 7 | 120 | 63 |
| Binary | 11100110 | 110101 | 11100 | 0 | 1001101 | 1011000 | 1010 | 111 | 1010000 | 110011 |
Color Harmonies of #E6351C
Complementary color
Monochromatic Colors of #E6351C
Black with #E6351C
Text Example
Text Example
White with #E6351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6351C; }
p { color: rgb(230,53,28); }
H1.HeaderClassName
{
color: #E6351C;
}
.AnyTagClassName
{
color: #E6351C;
}
</style>
background-color css
<style>
a { background-color: #E6351C; }
a { background-color: rgb(230,53,28); }
div.DivClassName
{
background-color: #E6351C;
}
.BgClassName
{
background-color: #E6351C;
}
</style>
border-color css
<style>
span { border-color: #E6351C; }
span { border-color: rgb(230,53,28); }
td.TdClassName
{
border-color: #E6351C;
}
.TagClassName
{
border-color: #E6351C;
}
</style>