Shades of Free Speech Red #CE0F04
Tints of Free Speech Red #CE0F04
RGB
CMYK
RGB Variations
Color information
#CE0F04 (or 0xCE0F04) is known color: Free Speech Red. HEX triplet: CE, 0F and 04. RGB value is (206,15,4). Sum of RGB (Red+Green+Blue) = 206+15+4=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F04 is #31F0FB. Grayscale: #474747. Windows color (decimal): -3272956 or 266190. OLE color: 266190.
HSL color Cylindrical-coordinate representation of color #CE0F04: hue angle of 3.27º 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 #CE0F04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.19 |
| HSL | 3.27º | 0.96% | 0.41% | - |
| HSV(B) | 3.27º | 0.98% | 0.81% | - |
| XYZ | 25.65 | 13.47 | 1.36 | - |
| YUV | 70.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 4 | 0 | 0.93 | 0.98 | 0.19 | 3.27 | 0.96 | 0.41 |
| Hex | CE | F | 4 | 0 | 5D | 62 | 13 | 3 | 60 | 29 |
| Octal | 316 | 17 | 4 | 0 | 135 | 142 | 23 | 3 | 140 | 51 |
| Binary | 11001110 | 1111 | 100 | 0 | 1011101 | 1100010 | 10011 | 11 | 1100000 | 101001 |
Color Harmonies of #CE0F04
Complementary color
Monochromatic Colors of #CE0F04
Black with #CE0F04
Text Example
Text Example
White with #CE0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F04; }
p { color: rgb(206,15,4); }
H1.HeaderClassName
{
color: #CE0F04;
}
.AnyTagClassName
{
color: #CE0F04;
}
</style>
background-color css
<style>
a { background-color: #CE0F04; }
a { background-color: rgb(206,15,4); }
div.DivClassName
{
background-color: #CE0F04;
}
.BgClassName
{
background-color: #CE0F04;
}
</style>
border-color css
<style>
span { border-color: #CE0F04; }
span { border-color: rgb(206,15,4); }
td.TdClassName
{
border-color: #CE0F04;
}
.TagClassName
{
border-color: #CE0F04;
}
</style>