Shades of Free Speech Red #CE1502
Tints of Free Speech Red #CE1502
RGB
CMYK
RGB Variations
Color information
#CE1502 (or 0xCE1502) is known color: Free Speech Red. HEX triplet: CE, 15 and 02. RGB value is (206,21,2). Sum of RGB (Red+Green+Blue) = 206+21+2=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1502 is #31EAFD. Grayscale: #4A4A4A. Windows color (decimal): -3271422 or 136654. OLE color: 136654.
HSL color Cylindrical-coordinate representation of color #CE1502: hue angle of 5.59º 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 #CE1502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.19 |
| HSL | 5.59º | 0.98% | 0.41% | - |
| HSV(B) | 5.59º | 0.99% | 0.81% | - |
| XYZ | 25.73 | 13.66 | 1.34 | - |
| YUV | 74.15 | 87.29 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 2 | 0 | 0.90 | 0.99 | 0.19 | 5.59 | 0.98 | 0.41 |
| Hex | CE | 15 | 2 | 0 | 5A | 63 | 13 | 6 | 62 | 29 |
| Octal | 316 | 25 | 2 | 0 | 132 | 143 | 23 | 6 | 142 | 51 |
| Binary | 11001110 | 10101 | 10 | 0 | 1011010 | 1100011 | 10011 | 110 | 1100010 | 101001 |
Color Harmonies of #CE1502
Complementary color
Monochromatic Colors of #CE1502
Black with #CE1502
Text Example
Text Example
White with #CE1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1502; }
p { color: rgb(206,21,2); }
H1.HeaderClassName
{
color: #CE1502;
}
.AnyTagClassName
{
color: #CE1502;
}
</style>
background-color css
<style>
a { background-color: #CE1502; }
a { background-color: rgb(206,21,2); }
div.DivClassName
{
background-color: #CE1502;
}
.BgClassName
{
background-color: #CE1502;
}
</style>
border-color css
<style>
span { border-color: #CE1502; }
span { border-color: rgb(206,21,2); }
td.TdClassName
{
border-color: #CE1502;
}
.TagClassName
{
border-color: #CE1502;
}
</style>