Shades of Free Speech Red #CE1003
Tints of Free Speech Red #CE1003
RGB
CMYK
RGB Variations
Color information
#CE1003 (or 0xCE1003) is known color: Free Speech Red. HEX triplet: CE, 10 and 03. RGB value is (206,16,3). Sum of RGB (Red+Green+Blue) = 206+16+3=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1003 is #31EFFC. Grayscale: #474747. Windows color (decimal): -3272701 or 200910. OLE color: 200910.
HSL color Cylindrical-coordinate representation of color #CE1003: hue angle of 3.84º degrees, saturation: 0.97, 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 #CE1003 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.19 |
| HSL | 3.84º | 0.97% | 0.41% | - |
| HSV(B) | 3.84º | 0.99% | 0.81% | - |
| XYZ | 25.66 | 13.5 | 1.34 | - |
| YUV | 71.33 | 89.45 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 3 | 0 | 0.92 | 0.99 | 0.19 | 3.84 | 0.97 | 0.41 |
| Hex | CE | 10 | 3 | 0 | 5C | 63 | 13 | 4 | 61 | 29 |
| Octal | 316 | 20 | 3 | 0 | 134 | 143 | 23 | 4 | 141 | 51 |
| Binary | 11001110 | 10000 | 11 | 0 | 1011100 | 1100011 | 10011 | 100 | 1100001 | 101001 |
Color Harmonies of #CE1003
Complementary color
Monochromatic Colors of #CE1003
Black with #CE1003
Text Example
Text Example
White with #CE1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1003; }
p { color: rgb(206,16,3); }
H1.HeaderClassName
{
color: #CE1003;
}
.AnyTagClassName
{
color: #CE1003;
}
</style>
background-color css
<style>
a { background-color: #CE1003; }
a { background-color: rgb(206,16,3); }
div.DivClassName
{
background-color: #CE1003;
}
.BgClassName
{
background-color: #CE1003;
}
</style>
border-color css
<style>
span { border-color: #CE1003; }
span { border-color: rgb(206,16,3); }
td.TdClassName
{
border-color: #CE1003;
}
.TagClassName
{
border-color: #CE1003;
}
</style>