Shades of Free Speech Red #CE0905
Tints of Free Speech Red #CE0905
RGB
CMYK
RGB Variations
Color information
#CE0905 (or 0xCE0905) is known color: Free Speech Red. HEX triplet: CE, 09 and 05. RGB value is (206,9,5). Sum of RGB (Red+Green+Blue) = 206+9+5=220 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.64% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0905 is #31F6FA. Grayscale: #434343. Windows color (decimal): -3274491 or 330190. OLE color: 330190.
HSL color Cylindrical-coordinate representation of color #CE0905: hue angle of 1.19º 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 #CE0905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.19 |
| HSL | 1.19º | 0.95% | 0.41% | - |
| HSV(B) | 1.19º | 0.98% | 0.81% | - |
| XYZ | 25.58 | 13.33 | 1.37 | - |
| YUV | 67.45 | 92.77 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 5 | 0 | 0.96 | 0.98 | 0.19 | 1.19 | 0.95 | 0.41 |
| Hex | CE | 9 | 5 | 0 | 60 | 62 | 13 | 1 | 5F | 29 |
| Octal | 316 | 11 | 5 | 0 | 140 | 142 | 23 | 1 | 137 | 51 |
| Binary | 11001110 | 1001 | 101 | 0 | 1100000 | 1100010 | 10011 | 1 | 1011111 | 101001 |
Color Harmonies of #CE0905
Complementary color
Monochromatic Colors of #CE0905
Black with #CE0905
Text Example
Text Example
White with #CE0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0905; }
p { color: rgb(206,9,5); }
H1.HeaderClassName
{
color: #CE0905;
}
.AnyTagClassName
{
color: #CE0905;
}
</style>
background-color css
<style>
a { background-color: #CE0905; }
a { background-color: rgb(206,9,5); }
div.DivClassName
{
background-color: #CE0905;
}
.BgClassName
{
background-color: #CE0905;
}
</style>
border-color css
<style>
span { border-color: #CE0905; }
span { border-color: rgb(206,9,5); }
td.TdClassName
{
border-color: #CE0905;
}
.TagClassName
{
border-color: #CE0905;
}
</style>