Shades of Free Speech Red #CB0803
Tints of Free Speech Red #CB0803
RGB
CMYK
RGB Variations
Color information
#CB0803 (or 0xCB0803) is known color: Free Speech Red. HEX triplet: CB, 08 and 03. RGB value is (203,8,3). Sum of RGB (Red+Green+Blue) = 203+8+3=214 (28% of max value = 765). Red value is 203 (79.69% from 255 or 94.86% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0803 is #34F7FC. Grayscale: #414141. Windows color (decimal): -3471357 or 198859. OLE color: 198859.
HSL color Cylindrical-coordinate representation of color #CB0803: hue angle of 1.5º 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 #CB0803 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.20 |
| HSL | 1.5º | 0.97% | 0.4% | - |
| HSV(B) | 1.5º | 0.99% | 0.8% | - |
| XYZ | 24.73 | 12.88 | 1.27 | - |
| YUV | 65.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 3 | 0 | 0.96 | 0.99 | 0.20 | 1.5 | 0.97 | 0.4 |
| Hex | CB | 8 | 3 | 0 | 60 | 63 | 14 | 2 | 61 | 28 |
| Octal | 313 | 10 | 3 | 0 | 140 | 143 | 24 | 2 | 141 | 50 |
| Binary | 11001011 | 1000 | 11 | 0 | 1100000 | 1100011 | 10100 | 10 | 1100001 | 101000 |
Color Harmonies of #CB0803
Complementary color
Monochromatic Colors of #CB0803
Black with #CB0803
Text Example
Text Example
White with #CB0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0803; }
p { color: rgb(203,8,3); }
H1.HeaderClassName
{
color: #CB0803;
}
.AnyTagClassName
{
color: #CB0803;
}
</style>
background-color css
<style>
a { background-color: #CB0803; }
a { background-color: rgb(203,8,3); }
div.DivClassName
{
background-color: #CB0803;
}
.BgClassName
{
background-color: #CB0803;
}
</style>
border-color css
<style>
span { border-color: #CB0803; }
span { border-color: rgb(203,8,3); }
td.TdClassName
{
border-color: #CB0803;
}
.TagClassName
{
border-color: #CB0803;
}
</style>