Shades of Free Speech Red #CB110B
Tints of Free Speech Red #CB110B
RGB
CMYK
RGB Variations
Color information
#CB110B (or 0xCB110B) is known color: Free Speech Red. HEX triplet: CB, 11 and 0B. RGB value is (203,17,11). Sum of RGB (Red+Green+Blue) = 203+17+11=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB110B is #34EEF4. Grayscale: #484848. Windows color (decimal): -3469045 or 725451. OLE color: 725451.
HSL color Cylindrical-coordinate representation of color #CB110B: hue angle of 1.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.20 |
| HSL | 1.88º | 0.9% | 0.42% | - |
| HSV(B) | 1.88º | 0.95% | 0.8% | - |
| XYZ | 24.89 | 13.12 | 1.54 | - |
| YUV | 71.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 11 | 0 | 0.92 | 0.95 | 0.20 | 1.88 | 0.9 | 0.42 |
| Hex | CB | 11 | B | 0 | 5C | 5F | 14 | 2 | 5A | 2A |
| Octal | 313 | 21 | 13 | 0 | 134 | 137 | 24 | 2 | 132 | 52 |
| Binary | 11001011 | 10001 | 1011 | 0 | 1011100 | 1011111 | 10100 | 10 | 1011010 | 101010 |
Color Harmonies of #CB110B
Complementary color
Monochromatic Colors of #CB110B
Black with #CB110B
Text Example
Text Example
White with #CB110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB110B; }
p { color: rgb(203,17,11); }
H1.HeaderClassName
{
color: #CB110B;
}
.AnyTagClassName
{
color: #CB110B;
}
</style>
background-color css
<style>
a { background-color: #CB110B; }
a { background-color: rgb(203,17,11); }
div.DivClassName
{
background-color: #CB110B;
}
.BgClassName
{
background-color: #CB110B;
}
</style>
border-color css
<style>
span { border-color: #CB110B; }
span { border-color: rgb(203,17,11); }
td.TdClassName
{
border-color: #CB110B;
}
.TagClassName
{
border-color: #CB110B;
}
</style>