Shades of Free Speech Red #CE0603
Tints of Free Speech Red #CE0603
RGB
CMYK
RGB Variations
Color information
#CE0603 (or 0xCE0603) is known color: Free Speech Red. HEX triplet: CE, 06 and 03. RGB value is (206,6,3). Sum of RGB (Red+Green+Blue) = 206+6+3=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0603 is #31F9FC. Grayscale: #414141. Windows color (decimal): -3275261 or 198350. OLE color: 198350.
HSL color Cylindrical-coordinate representation of color #CE0603: hue angle of 0.89º 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 #CE0603 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.19 |
| HSL | 0.89º | 0.97% | 0.41% | - |
| HSV(B) | 0.89º | 0.99% | 0.81% | - |
| XYZ | 25.54 | 13.26 | 1.3 | - |
| YUV | 65.46 | 92.76 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 3 | 0 | 0.97 | 0.99 | 0.19 | 0.89 | 0.97 | 0.41 |
| Hex | CE | 6 | 3 | 0 | 61 | 63 | 13 | 1 | 61 | 29 |
| Octal | 316 | 6 | 3 | 0 | 141 | 143 | 23 | 1 | 141 | 51 |
| Binary | 11001110 | 110 | 11 | 0 | 1100001 | 1100011 | 10011 | 1 | 1100001 | 101001 |
Color Harmonies of #CE0603
Complementary color
Monochromatic Colors of #CE0603
Black with #CE0603
Text Example
Text Example
White with #CE0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0603; }
p { color: rgb(206,6,3); }
H1.HeaderClassName
{
color: #CE0603;
}
.AnyTagClassName
{
color: #CE0603;
}
</style>
background-color css
<style>
a { background-color: #CE0603; }
a { background-color: rgb(206,6,3); }
div.DivClassName
{
background-color: #CE0603;
}
.BgClassName
{
background-color: #CE0603;
}
</style>
border-color css
<style>
span { border-color: #CE0603; }
span { border-color: rgb(206,6,3); }
td.TdClassName
{
border-color: #CE0603;
}
.TagClassName
{
border-color: #CE0603;
}
</style>