Shades of Free Speech Red #CB0C00
Tints of Free Speech Red #CB0C00
RGB
CMYK
RGB Variations
Color information
#CB0C00 (or 0xCB0C00) is known color: Free Speech Red. HEX triplet: CB, 0C and 00. RGB value is (203,12,0). Sum of RGB (Red+Green+Blue) = 203+12+0=215 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.42% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0C00 is #34F3FF. Grayscale: #434343. Windows color (decimal): -3470336 or 3275. OLE color: 3275.
HSL color Cylindrical-coordinate representation of color #CB0C00: hue angle of 3.55º 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 #CB0C00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.20 |
| HSL | 3.55º | 1% | 0.4% | - |
| HSV(B) | 3.55º | 1% | 0.8% | - |
| XYZ | 24.76 | 12.96 | 1.2 | - |
| YUV | 67.74 | 89.78 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 0 | 0 | 0.94 | 1 | 0.20 | 3.55 | 1 | 0.4 |
| Hex | CB | C | 0 | 0 | 5E | 64 | 14 | 4 | 64 | 28 |
| Octal | 313 | 14 | 0 | 0 | 136 | 144 | 24 | 4 | 144 | 50 |
| Binary | 11001011 | 1100 | 0 | 0 | 1011110 | 1100100 | 10100 | 100 | 1100100 | 101000 |
Color Harmonies of #CB0C00
Complementary color
Monochromatic Colors of #CB0C00
Black with #CB0C00
Text Example
Text Example
White with #CB0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C00; }
p { color: rgb(203,12,0); }
H1.HeaderClassName
{
color: #CB0C00;
}
.AnyTagClassName
{
color: #CB0C00;
}
</style>
background-color css
<style>
a { background-color: #CB0C00; }
a { background-color: rgb(203,12,0); }
div.DivClassName
{
background-color: #CB0C00;
}
.BgClassName
{
background-color: #CB0C00;
}
</style>
border-color css
<style>
span { border-color: #CB0C00; }
span { border-color: rgb(203,12,0); }
td.TdClassName
{
border-color: #CB0C00;
}
.TagClassName
{
border-color: #CB0C00;
}
</style>