Shades of Free Speech Red #CB100B
Tints of Free Speech Red #CB100B
RGB
CMYK
RGB Variations
Color information
#CB100B (or 0xCB100B) is known color: Free Speech Red. HEX triplet: CB, 10 and 0B. RGB value is (203,16,11). Sum of RGB (Red+Green+Blue) = 203+16+11=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB100B is #34EFF4. Grayscale: #474747. Windows color (decimal): -3469301 or 725195. OLE color: 725195.
HSL color Cylindrical-coordinate representation of color #CB100B: hue angle of 1.56º 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 #CB100B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.20 |
| HSL | 1.56º | 0.9% | 0.42% | - |
| HSV(B) | 1.56º | 0.95% | 0.8% | - |
| XYZ | 24.87 | 13.09 | 1.53 | - |
| YUV | 71.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 11 | 0 | 0.92 | 0.95 | 0.20 | 1.56 | 0.9 | 0.42 |
| Hex | CB | 10 | B | 0 | 5C | 5F | 14 | 2 | 5A | 2A |
| Octal | 313 | 20 | 13 | 0 | 134 | 137 | 24 | 2 | 132 | 52 |
| Binary | 11001011 | 10000 | 1011 | 0 | 1011100 | 1011111 | 10100 | 10 | 1011010 | 101010 |
Color Harmonies of #CB100B
Complementary color
Monochromatic Colors of #CB100B
Black with #CB100B
Text Example
Text Example
White with #CB100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB100B; }
p { color: rgb(203,16,11); }
H1.HeaderClassName
{
color: #CB100B;
}
.AnyTagClassName
{
color: #CB100B;
}
</style>
background-color css
<style>
a { background-color: #CB100B; }
a { background-color: rgb(203,16,11); }
div.DivClassName
{
background-color: #CB100B;
}
.BgClassName
{
background-color: #CB100B;
}
</style>
border-color css
<style>
span { border-color: #CB100B; }
span { border-color: rgb(203,16,11); }
td.TdClassName
{
border-color: #CB100B;
}
.TagClassName
{
border-color: #CB100B;
}
</style>