Shades of Free Speech Red #CB0C0A
Tints of Free Speech Red #CB0C0A
RGB
CMYK
RGB Variations
Color information
#CB0C0A (or 0xCB0C0A) is known color: Free Speech Red. HEX triplet: CB, 0C and 0A. RGB value is (203,12,10). Sum of RGB (Red+Green+Blue) = 203+12+10=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0C0A is #34F3F5. Grayscale: #454545. Windows color (decimal): -3470326 or 658635. OLE color: 658635.
HSL color Cylindrical-coordinate representation of color #CB0C0A: hue angle of 0.62º degrees, saturation: 0.91, 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 #CB0C0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.20 |
| HSL | 0.62º | 0.91% | 0.42% | - |
| HSV(B) | 0.62º | 0.95% | 0.8% | - |
| XYZ | 24.81 | 12.98 | 1.48 | - |
| YUV | 68.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 10 | 0 | 0.94 | 0.95 | 0.20 | 0.62 | 0.91 | 0.42 |
| Hex | CB | C | A | 0 | 5E | 5F | 14 | 1 | 5B | 2A |
| Octal | 313 | 14 | 12 | 0 | 136 | 137 | 24 | 1 | 133 | 52 |
| Binary | 11001011 | 1100 | 1010 | 0 | 1011110 | 1011111 | 10100 | 1 | 1011011 | 101010 |
Color Harmonies of #CB0C0A
Complementary color
Monochromatic Colors of #CB0C0A
Black with #CB0C0A
Text Example
Text Example
White with #CB0C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C0A; }
p { color: rgb(203,12,10); }
H1.HeaderClassName
{
color: #CB0C0A;
}
.AnyTagClassName
{
color: #CB0C0A;
}
</style>
background-color css
<style>
a { background-color: #CB0C0A; }
a { background-color: rgb(203,12,10); }
div.DivClassName
{
background-color: #CB0C0A;
}
.BgClassName
{
background-color: #CB0C0A;
}
</style>
border-color css
<style>
span { border-color: #CB0C0A; }
span { border-color: rgb(203,12,10); }
td.TdClassName
{
border-color: #CB0C0A;
}
.TagClassName
{
border-color: #CB0C0A;
}
</style>