Shades of Free Speech Red #CB0B03
Tints of Free Speech Red #CB0B03
RGB
CMYK
RGB Variations
Color information
#CB0B03 (or 0xCB0B03) is known color: Free Speech Red. HEX triplet: CB, 0B and 03. RGB value is (203,11,3). Sum of RGB (Red+Green+Blue) = 203+11+3=217 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.55% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0B03 is #34F4FC. Grayscale: #434343. Windows color (decimal): -3470589 or 199627. OLE color: 199627.
HSL color Cylindrical-coordinate representation of color #CB0B03: hue angle of 2.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0B03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.20 |
| HSL | 2.4º | 0.97% | 0.4% | - |
| HSV(B) | 2.4º | 0.99% | 0.8% | - |
| XYZ | 24.76 | 12.94 | 1.28 | - |
| YUV | 67.5 | 91.61 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 3 | 0 | 0.95 | 0.99 | 0.20 | 2.4 | 0.97 | 0.4 |
| Hex | CB | B | 3 | 0 | 5F | 63 | 14 | 2 | 61 | 28 |
| Octal | 313 | 13 | 3 | 0 | 137 | 143 | 24 | 2 | 141 | 50 |
| Binary | 11001011 | 1011 | 11 | 0 | 1011111 | 1100011 | 10100 | 10 | 1100001 | 101000 |
Color Harmonies of #CB0B03
Complementary color
Monochromatic Colors of #CB0B03
Black with #CB0B03
Text Example
Text Example
White with #CB0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B03; }
p { color: rgb(203,11,3); }
H1.HeaderClassName
{
color: #CB0B03;
}
.AnyTagClassName
{
color: #CB0B03;
}
</style>
background-color css
<style>
a { background-color: #CB0B03; }
a { background-color: rgb(203,11,3); }
div.DivClassName
{
background-color: #CB0B03;
}
.BgClassName
{
background-color: #CB0B03;
}
</style>
border-color css
<style>
span { border-color: #CB0B03; }
span { border-color: rgb(203,11,3); }
td.TdClassName
{
border-color: #CB0B03;
}
.TagClassName
{
border-color: #CB0B03;
}
</style>