Shades of Free Speech Red #CB100C
Tints of Free Speech Red #CB100C
RGB
CMYK
RGB Variations
Color information
#CB100C (or 0xCB100C) is known color: Free Speech Red. HEX triplet: CB, 10 and 0C. RGB value is (203,16,12). Sum of RGB (Red+Green+Blue) = 203+16+12=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB100C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB100C is #34EFF3. Grayscale: #474747. Windows color (decimal): -3469300 or 790731. OLE color: 790731.
HSL color Cylindrical-coordinate representation of color #CB100C: hue angle of 1.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB100C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 12 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.20 |
| HSL | 1.26º | 0.89% | 0.42% | - |
| HSV(B) | 1.26º | 0.94% | 0.8% | - |
| XYZ | 24.88 | 13.09 | 1.56 | - |
| YUV | 71.46 | 94.45 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 12 | 0 | 0.92 | 0.94 | 0.20 | 1.26 | 0.89 | 0.42 |
| Hex | CB | 10 | C | 0 | 5C | 5E | 14 | 1 | 59 | 2A |
| Octal | 313 | 20 | 14 | 0 | 134 | 136 | 24 | 1 | 131 | 52 |
| Binary | 11001011 | 10000 | 1100 | 0 | 1011100 | 1011110 | 10100 | 1 | 1011001 | 101010 |
Color Harmonies of #CB100C
Complementary color
Monochromatic Colors of #CB100C
Black with #CB100C
Text Example
Text Example
White with #CB100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB100C; }
p { color: rgb(203,16,12); }
H1.HeaderClassName
{
color: #CB100C;
}
.AnyTagClassName
{
color: #CB100C;
}
</style>
background-color css
<style>
a { background-color: #CB100C; }
a { background-color: rgb(203,16,12); }
div.DivClassName
{
background-color: #CB100C;
}
.BgClassName
{
background-color: #CB100C;
}
</style>
border-color css
<style>
span { border-color: #CB100C; }
span { border-color: rgb(203,16,12); }
td.TdClassName
{
border-color: #CB100C;
}
.TagClassName
{
border-color: #CB100C;
}
</style>