Shades of Free Speech Red #CB1100
Tints of Free Speech Red #CB1100
RGB
CMYK
RGB Variations
Color information
#CB1100 (or 0xCB1100) is known color: Free Speech Red. HEX triplet: CB, 11 and 00. RGB value is (203,17,0). Sum of RGB (Red+Green+Blue) = 203+17+0=220 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.27% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1100 is #34EEFF. Grayscale: #464646. Windows color (decimal): -3469056 or 4555. OLE color: 4555.
HSL color Cylindrical-coordinate representation of color #CB1100: hue angle of 5.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.20 |
| HSL | 5.02º | 1% | 0.4% | - |
| HSV(B) | 5.02º | 1% | 0.8% | - |
| XYZ | 24.83 | 13.1 | 1.22 | - |
| YUV | 70.68 | 88.12 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 0 | 0 | 0.92 | 1 | 0.20 | 5.02 | 1 | 0.4 |
| Hex | CB | 11 | 0 | 0 | 5C | 64 | 14 | 5 | 64 | 28 |
| Octal | 313 | 21 | 0 | 0 | 134 | 144 | 24 | 5 | 144 | 50 |
| Binary | 11001011 | 10001 | 0 | 0 | 1011100 | 1100100 | 10100 | 101 | 1100100 | 101000 |
Color Harmonies of #CB1100
Complementary color
Monochromatic Colors of #CB1100
Black with #CB1100
Text Example
Text Example
White with #CB1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1100; }
p { color: rgb(203,17,0); }
H1.HeaderClassName
{
color: #CB1100;
}
.AnyTagClassName
{
color: #CB1100;
}
</style>
background-color css
<style>
a { background-color: #CB1100; }
a { background-color: rgb(203,17,0); }
div.DivClassName
{
background-color: #CB1100;
}
.BgClassName
{
background-color: #CB1100;
}
</style>
border-color css
<style>
span { border-color: #CB1100; }
span { border-color: rgb(203,17,0); }
td.TdClassName
{
border-color: #CB1100;
}
.TagClassName
{
border-color: #CB1100;
}
</style>