Shades of Free Speech Red #CE1205
Tints of Free Speech Red #CE1205
RGB
CMYK
RGB Variations
Color information
#CE1205 (or 0xCE1205) is known color: Free Speech Red. HEX triplet: CE, 12 and 05. RGB value is (206,18,5). Sum of RGB (Red+Green+Blue) = 206+18+5=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1205 is #31EDFA. Grayscale: #484848. Windows color (decimal): -3272187 or 332494. OLE color: 332494.
HSL color Cylindrical-coordinate representation of color #CE1205: hue angle of 3.88º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1205 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.19 |
| HSL | 3.88º | 0.95% | 0.41% | - |
| HSV(B) | 3.88º | 0.98% | 0.81% | - |
| XYZ | 25.7 | 13.57 | 1.41 | - |
| YUV | 72.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 5 | 0 | 0.91 | 0.98 | 0.19 | 3.88 | 0.95 | 0.41 |
| Hex | CE | 12 | 5 | 0 | 5B | 62 | 13 | 4 | 5F | 29 |
| Octal | 316 | 22 | 5 | 0 | 133 | 142 | 23 | 4 | 137 | 51 |
| Binary | 11001110 | 10010 | 101 | 0 | 1011011 | 1100010 | 10011 | 100 | 1011111 | 101001 |
Color Harmonies of #CE1205
Complementary color
Monochromatic Colors of #CE1205
Black with #CE1205
Text Example
Text Example
White with #CE1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1205; }
p { color: rgb(206,18,5); }
H1.HeaderClassName
{
color: #CE1205;
}
.AnyTagClassName
{
color: #CE1205;
}
</style>
background-color css
<style>
a { background-color: #CE1205; }
a { background-color: rgb(206,18,5); }
div.DivClassName
{
background-color: #CE1205;
}
.BgClassName
{
background-color: #CE1205;
}
</style>
border-color css
<style>
span { border-color: #CE1205; }
span { border-color: rgb(206,18,5); }
td.TdClassName
{
border-color: #CE1205;
}
.TagClassName
{
border-color: #CE1205;
}
</style>