Shades of Free Speech Red #CE0502
Tints of Free Speech Red #CE0502
RGB
CMYK
RGB Variations
Color information
#CE0502 (or 0xCE0502) is known color: Free Speech Red. HEX triplet: CE, 05 and 02. RGB value is (206,5,2). Sum of RGB (Red+Green+Blue) = 206+5+2=213 (28% of max value = 765). Red value is 206 (80.86% from 255 or 96.71% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0502 is #31FAFD. Grayscale: #404040. Windows color (decimal): -3275518 or 132558. OLE color: 132558.
HSL color Cylindrical-coordinate representation of color #CE0502: hue angle of 0.88º 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 #CE0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.19 |
| HSL | 0.88º | 0.98% | 0.41% | - |
| HSV(B) | 0.88º | 0.99% | 0.81% | - |
| XYZ | 25.52 | 13.23 | 1.27 | - |
| YUV | 64.76 | 92.59 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 2 | 0 | 0.98 | 0.99 | 0.19 | 0.88 | 0.98 | 0.41 |
| Hex | CE | 5 | 2 | 0 | 62 | 63 | 13 | 1 | 62 | 29 |
| Octal | 316 | 5 | 2 | 0 | 142 | 143 | 23 | 1 | 142 | 51 |
| Binary | 11001110 | 101 | 10 | 0 | 1100010 | 1100011 | 10011 | 1 | 1100010 | 101001 |
Color Harmonies of #CE0502
Complementary color
Monochromatic Colors of #CE0502
Black with #CE0502
Text Example
Text Example
White with #CE0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0502; }
p { color: rgb(206,5,2); }
H1.HeaderClassName
{
color: #CE0502;
}
.AnyTagClassName
{
color: #CE0502;
}
</style>
background-color css
<style>
a { background-color: #CE0502; }
a { background-color: rgb(206,5,2); }
div.DivClassName
{
background-color: #CE0502;
}
.BgClassName
{
background-color: #CE0502;
}
</style>
border-color css
<style>
span { border-color: #CE0502; }
span { border-color: rgb(206,5,2); }
td.TdClassName
{
border-color: #CE0502;
}
.TagClassName
{
border-color: #CE0502;
}
</style>