Shades of Free Speech Red #CE1204
Tints of Free Speech Red #CE1204
RGB
CMYK
RGB Variations
Color information
#CE1204 (or 0xCE1204) is known color: Free Speech Red. HEX triplet: CE, 12 and 04. RGB value is (206,18,4). Sum of RGB (Red+Green+Blue) = 206+18+4=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1204 is #31EDFB. Grayscale: #484848. Windows color (decimal): -3272188 or 266958. OLE color: 266958.
HSL color Cylindrical-coordinate representation of color #CE1204: hue angle of 4.16º degrees, saturation: 0.96, 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 #CE1204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.19 |
| HSL | 4.16º | 0.96% | 0.41% | - |
| HSV(B) | 4.16º | 0.98% | 0.81% | - |
| XYZ | 25.69 | 13.56 | 1.38 | - |
| YUV | 72.62 | 89.28 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 4 | 0 | 0.91 | 0.98 | 0.19 | 4.16 | 0.96 | 0.41 |
| Hex | CE | 12 | 4 | 0 | 5B | 62 | 13 | 4 | 60 | 29 |
| Octal | 316 | 22 | 4 | 0 | 133 | 142 | 23 | 4 | 140 | 51 |
| Binary | 11001110 | 10010 | 100 | 0 | 1011011 | 1100010 | 10011 | 100 | 1100000 | 101001 |
Color Harmonies of #CE1204
Complementary color
Monochromatic Colors of #CE1204
Black with #CE1204
Text Example
Text Example
White with #CE1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1204; }
p { color: rgb(206,18,4); }
H1.HeaderClassName
{
color: #CE1204;
}
.AnyTagClassName
{
color: #CE1204;
}
</style>
background-color css
<style>
a { background-color: #CE1204; }
a { background-color: rgb(206,18,4); }
div.DivClassName
{
background-color: #CE1204;
}
.BgClassName
{
background-color: #CE1204;
}
</style>
border-color css
<style>
span { border-color: #CE1204; }
span { border-color: rgb(206,18,4); }
td.TdClassName
{
border-color: #CE1204;
}
.TagClassName
{
border-color: #CE1204;
}
</style>