Shades of Free Speech Red #CE1409
Tints of Free Speech Red #CE1409
RGB
CMYK
RGB Variations
Color information
#CE1409 (or 0xCE1409) is known color: Free Speech Red. HEX triplet: CE, 14 and 09. RGB value is (206,20,9). Sum of RGB (Red+Green+Blue) = 206+20+9=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1409 is #31EBF6. Grayscale: #4A4A4A. Windows color (decimal): -3271671 or 595150. OLE color: 595150.
HSL color Cylindrical-coordinate representation of color #CE1409: hue angle of 3.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE1409 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.19 |
| HSL | 3.35º | 0.92% | 0.42% | - |
| HSV(B) | 3.35º | 0.96% | 0.81% | - |
| XYZ | 25.75 | 13.64 | 1.53 | - |
| YUV | 74.36 | 91.12 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 9 | 0 | 0.90 | 0.96 | 0.19 | 3.35 | 0.92 | 0.42 |
| Hex | CE | 14 | 9 | 0 | 5A | 60 | 13 | 3 | 5C | 2A |
| Octal | 316 | 24 | 11 | 0 | 132 | 140 | 23 | 3 | 134 | 52 |
| Binary | 11001110 | 10100 | 1001 | 0 | 1011010 | 1100000 | 10011 | 11 | 1011100 | 101010 |
Color Harmonies of #CE1409
Complementary color
Monochromatic Colors of #CE1409
Black with #CE1409
Text Example
Text Example
White with #CE1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1409; }
p { color: rgb(206,20,9); }
H1.HeaderClassName
{
color: #CE1409;
}
.AnyTagClassName
{
color: #CE1409;
}
</style>
background-color css
<style>
a { background-color: #CE1409; }
a { background-color: rgb(206,20,9); }
div.DivClassName
{
background-color: #CE1409;
}
.BgClassName
{
background-color: #CE1409;
}
</style>
border-color css
<style>
span { border-color: #CE1409; }
span { border-color: rgb(206,20,9); }
td.TdClassName
{
border-color: #CE1409;
}
.TagClassName
{
border-color: #CE1409;
}
</style>