Shades of Free Speech Red #CB0F03
Tints of Free Speech Red #CB0F03
RGB
CMYK
RGB Variations
Color information
#CB0F03 (or 0xCB0F03) is known color: Free Speech Red. HEX triplet: CB, 0F and 03. RGB value is (203,15,3). Sum of RGB (Red+Green+Blue) = 203+15+3=221 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.86% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0F03 is #34F0FC. Grayscale: #464646. Windows color (decimal): -3469565 or 200651. OLE color: 200651.
HSL color Cylindrical-coordinate representation of color #CB0F03: hue angle of 3.6º 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 #CB0F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.20 |
| HSL | 3.6º | 0.97% | 0.4% | - |
| HSV(B) | 3.6º | 0.99% | 0.8% | - |
| XYZ | 24.82 | 13.04 | 1.3 | - |
| YUV | 69.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 3 | 0 | 0.93 | 0.99 | 0.20 | 3.6 | 0.97 | 0.4 |
| Hex | CB | F | 3 | 0 | 5D | 63 | 14 | 4 | 61 | 28 |
| Octal | 313 | 17 | 3 | 0 | 135 | 143 | 24 | 4 | 141 | 50 |
| Binary | 11001011 | 1111 | 11 | 0 | 1011101 | 1100011 | 10100 | 100 | 1100001 | 101000 |
Color Harmonies of #CB0F03
Complementary color
Monochromatic Colors of #CB0F03
Black with #CB0F03
Text Example
Text Example
White with #CB0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F03; }
p { color: rgb(203,15,3); }
H1.HeaderClassName
{
color: #CB0F03;
}
.AnyTagClassName
{
color: #CB0F03;
}
</style>
background-color css
<style>
a { background-color: #CB0F03; }
a { background-color: rgb(203,15,3); }
div.DivClassName
{
background-color: #CB0F03;
}
.BgClassName
{
background-color: #CB0F03;
}
</style>
border-color css
<style>
span { border-color: #CB0F03; }
span { border-color: rgb(203,15,3); }
td.TdClassName
{
border-color: #CB0F03;
}
.TagClassName
{
border-color: #CB0F03;
}
</style>