Shades of Free Speech Red #CE1306
Tints of Free Speech Red #CE1306
RGB
CMYK
RGB Variations
Color information
#CE1306 (or 0xCE1306) is known color: Free Speech Red. HEX triplet: CE, 13 and 06. RGB value is (206,19,6). Sum of RGB (Red+Green+Blue) = 206+19+6=231 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.18% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1306 is #31ECF9. Grayscale: #494949. Windows color (decimal): -3271930 or 398286. OLE color: 398286.
HSL color Cylindrical-coordinate representation of color #CE1306: hue angle of 3.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE1306 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.19 |
| HSL | 3.9º | 0.94% | 0.42% | - |
| HSV(B) | 3.9º | 0.97% | 0.81% | - |
| XYZ | 25.72 | 13.6 | 1.44 | - |
| YUV | 73.43 | 89.95 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 6 | 0 | 0.91 | 0.97 | 0.19 | 3.9 | 0.94 | 0.42 |
| Hex | CE | 13 | 6 | 0 | 5B | 61 | 13 | 4 | 5E | 2A |
| Octal | 316 | 23 | 6 | 0 | 133 | 141 | 23 | 4 | 136 | 52 |
| Binary | 11001110 | 10011 | 110 | 0 | 1011011 | 1100001 | 10011 | 100 | 1011110 | 101010 |
Color Harmonies of #CE1306
Complementary color
Monochromatic Colors of #CE1306
Black with #CE1306
Text Example
Text Example
White with #CE1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1306; }
p { color: rgb(206,19,6); }
H1.HeaderClassName
{
color: #CE1306;
}
.AnyTagClassName
{
color: #CE1306;
}
</style>
background-color css
<style>
a { background-color: #CE1306; }
a { background-color: rgb(206,19,6); }
div.DivClassName
{
background-color: #CE1306;
}
.BgClassName
{
background-color: #CE1306;
}
</style>
border-color css
<style>
span { border-color: #CE1306; }
span { border-color: rgb(206,19,6); }
td.TdClassName
{
border-color: #CE1306;
}
.TagClassName
{
border-color: #CE1306;
}
</style>