Shades of Free Speech Red #CE0B03
Tints of Free Speech Red #CE0B03
RGB
CMYK
RGB Variations
Color information
#CE0B03 (or 0xCE0B03) is known color: Free Speech Red. HEX triplet: CE, 0B and 03. RGB value is (206,11,3). Sum of RGB (Red+Green+Blue) = 206+11+3=220 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.64% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B03 is #31F4FC. Grayscale: #444444. Windows color (decimal): -3273981 or 199630. OLE color: 199630.
HSL color Cylindrical-coordinate representation of color #CE0B03: hue angle of 2.36º 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 #CE0B03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.19 |
| HSL | 2.36º | 0.97% | 0.41% | - |
| HSV(B) | 2.36º | 0.99% | 0.81% | - |
| XYZ | 25.59 | 13.37 | 1.32 | - |
| YUV | 68.39 | 91.1 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 3 | 0 | 0.95 | 0.99 | 0.19 | 2.36 | 0.97 | 0.41 |
| Hex | CE | B | 3 | 0 | 5F | 63 | 13 | 2 | 61 | 29 |
| Octal | 316 | 13 | 3 | 0 | 137 | 143 | 23 | 2 | 141 | 51 |
| Binary | 11001110 | 1011 | 11 | 0 | 1011111 | 1100011 | 10011 | 10 | 1100001 | 101001 |
Color Harmonies of #CE0B03
Complementary color
Monochromatic Colors of #CE0B03
Black with #CE0B03
Text Example
Text Example
White with #CE0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B03; }
p { color: rgb(206,11,3); }
H1.HeaderClassName
{
color: #CE0B03;
}
.AnyTagClassName
{
color: #CE0B03;
}
</style>
background-color css
<style>
a { background-color: #CE0B03; }
a { background-color: rgb(206,11,3); }
div.DivClassName
{
background-color: #CE0B03;
}
.BgClassName
{
background-color: #CE0B03;
}
</style>
border-color css
<style>
span { border-color: #CE0B03; }
span { border-color: rgb(206,11,3); }
td.TdClassName
{
border-color: #CE0B03;
}
.TagClassName
{
border-color: #CE0B03;
}
</style>