Shades of Free Speech Red #CE1402
Tints of Free Speech Red #CE1402
RGB
CMYK
RGB Variations
Color information
#CE1402 (or 0xCE1402) is known color: Free Speech Red. HEX triplet: CE, 14 and 02. RGB value is (206,20,2). Sum of RGB (Red+Green+Blue) = 206+20+2=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1402 is #31EBFD. Grayscale: #494949. Windows color (decimal): -3271678 or 136398. OLE color: 136398.
HSL color Cylindrical-coordinate representation of color #CE1402: hue angle of 5.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE1402 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.19 |
| HSL | 5.29º | 0.98% | 0.41% | - |
| HSV(B) | 5.29º | 0.99% | 0.81% | - |
| XYZ | 25.71 | 13.63 | 1.33 | - |
| YUV | 73.56 | 87.62 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 2 | 0 | 0.90 | 0.99 | 0.19 | 5.29 | 0.98 | 0.41 |
| Hex | CE | 14 | 2 | 0 | 5A | 63 | 13 | 5 | 62 | 29 |
| Octal | 316 | 24 | 2 | 0 | 132 | 143 | 23 | 5 | 142 | 51 |
| Binary | 11001110 | 10100 | 10 | 0 | 1011010 | 1100011 | 10011 | 101 | 1100010 | 101001 |
Color Harmonies of #CE1402
Complementary color
Monochromatic Colors of #CE1402
Black with #CE1402
Text Example
Text Example
White with #CE1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1402; }
p { color: rgb(206,20,2); }
H1.HeaderClassName
{
color: #CE1402;
}
.AnyTagClassName
{
color: #CE1402;
}
</style>
background-color css
<style>
a { background-color: #CE1402; }
a { background-color: rgb(206,20,2); }
div.DivClassName
{
background-color: #CE1402;
}
.BgClassName
{
background-color: #CE1402;
}
</style>
border-color css
<style>
span { border-color: #CE1402; }
span { border-color: rgb(206,20,2); }
td.TdClassName
{
border-color: #CE1402;
}
.TagClassName
{
border-color: #CE1402;
}
</style>