Shades of Free Speech Red #CE0D04
Tints of Free Speech Red #CE0D04
RGB
CMYK
RGB Variations
Color information
#CE0D04 (or 0xCE0D04) is known color: Free Speech Red. HEX triplet: CE, 0D and 04. RGB value is (206,13,4). Sum of RGB (Red+Green+Blue) = 206+13+4=223 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.38% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0D04 is #31F2FB. Grayscale: #454545. Windows color (decimal): -3273468 or 265678. OLE color: 265678.
HSL color Cylindrical-coordinate representation of color #CE0D04: hue angle of 2.67º 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 #CE0D04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.19 |
| HSL | 2.67º | 0.96% | 0.41% | - |
| HSV(B) | 2.67º | 0.98% | 0.81% | - |
| XYZ | 25.62 | 13.42 | 1.35 | - |
| YUV | 69.68 | 90.94 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 4 | 0 | 0.94 | 0.98 | 0.19 | 2.67 | 0.96 | 0.41 |
| Hex | CE | D | 4 | 0 | 5E | 62 | 13 | 3 | 60 | 29 |
| Octal | 316 | 15 | 4 | 0 | 136 | 142 | 23 | 3 | 140 | 51 |
| Binary | 11001110 | 1101 | 100 | 0 | 1011110 | 1100010 | 10011 | 11 | 1100000 | 101001 |
Color Harmonies of #CE0D04
Complementary color
Monochromatic Colors of #CE0D04
Black with #CE0D04
Text Example
Text Example
White with #CE0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D04; }
p { color: rgb(206,13,4); }
H1.HeaderClassName
{
color: #CE0D04;
}
.AnyTagClassName
{
color: #CE0D04;
}
</style>
background-color css
<style>
a { background-color: #CE0D04; }
a { background-color: rgb(206,13,4); }
div.DivClassName
{
background-color: #CE0D04;
}
.BgClassName
{
background-color: #CE0D04;
}
</style>
border-color css
<style>
span { border-color: #CE0D04; }
span { border-color: rgb(206,13,4); }
td.TdClassName
{
border-color: #CE0D04;
}
.TagClassName
{
border-color: #CE0D04;
}
</style>