Shades of Free Speech Red #CE0902
Tints of Free Speech Red #CE0902
RGB
CMYK
RGB Variations
Color information
#CE0902 (or 0xCE0902) is known color: Free Speech Red. HEX triplet: CE, 09 and 02. RGB value is (206,9,2). Sum of RGB (Red+Green+Blue) = 206+9+2=217 (28% of max value = 765). Red value is 206 (80.86% from 255 or 94.93% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0902 is #31F6FD. Grayscale: #434343. Windows color (decimal): -3274494 or 133582. OLE color: 133582.
HSL color Cylindrical-coordinate representation of color #CE0902: hue angle of 2.06º 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 #CE0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.19 |
| HSL | 2.06º | 0.98% | 0.41% | - |
| HSV(B) | 2.06º | 0.99% | 0.81% | - |
| XYZ | 25.56 | 13.32 | 1.28 | - |
| YUV | 67.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 2 | 0 | 0.96 | 0.99 | 0.19 | 2.06 | 0.98 | 0.41 |
| Hex | CE | 9 | 2 | 0 | 60 | 63 | 13 | 2 | 62 | 29 |
| Octal | 316 | 11 | 2 | 0 | 140 | 143 | 23 | 2 | 142 | 51 |
| Binary | 11001110 | 1001 | 10 | 0 | 1100000 | 1100011 | 10011 | 10 | 1100010 | 101001 |
Color Harmonies of #CE0902
Complementary color
Monochromatic Colors of #CE0902
Black with #CE0902
Text Example
Text Example
White with #CE0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0902; }
p { color: rgb(206,9,2); }
H1.HeaderClassName
{
color: #CE0902;
}
.AnyTagClassName
{
color: #CE0902;
}
</style>
background-color css
<style>
a { background-color: #CE0902; }
a { background-color: rgb(206,9,2); }
div.DivClassName
{
background-color: #CE0902;
}
.BgClassName
{
background-color: #CE0902;
}
</style>
border-color css
<style>
span { border-color: #CE0902; }
span { border-color: rgb(206,9,2); }
td.TdClassName
{
border-color: #CE0902;
}
.TagClassName
{
border-color: #CE0902;
}
</style>