Shades of Free Speech Red #CB0505
Tints of Free Speech Red #CB0505
RGB
CMYK
RGB Variations
Color information
#CB0505 (or 0xCB0505) is known color: Free Speech Red. HEX triplet: CB, 05 and 05. RGB value is (203,5,5). Sum of RGB (Red+Green+Blue) = 203+5+5=213 (28% of max value = 765). Red value is 203 (79.69% from 255 or 95.31% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0505 is #34FAFA. Grayscale: #404040. Windows color (decimal): -3472123 or 329163. OLE color: 329163.
HSL color Cylindrical-coordinate representation of color #CB0505: hue angle of 0º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.20 |
| HSL | 0º | 0.95% | 0.41% | - |
| HSV(B) | 0º | 0.98% | 0.8% | - |
| XYZ | 24.71 | 12.82 | 1.31 | - |
| YUV | 64.2 | 94.6 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 5 | 0 | 0.98 | 0.98 | 0.20 | 0 | 0.95 | 0.41 |
| Hex | CB | 5 | 5 | 0 | 62 | 62 | 14 | 0 | 5F | 29 |
| Octal | 313 | 5 | 5 | 0 | 142 | 142 | 24 | 0 | 137 | 51 |
| Binary | 11001011 | 101 | 101 | 0 | 1100010 | 1100010 | 10100 | 0 | 1011111 | 101001 |
Color Harmonies of #CB0505
Complementary color
Monochromatic Colors of #CB0505
Black with #CB0505
Text Example
Text Example
White with #CB0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0505; }
p { color: rgb(203,5,5); }
H1.HeaderClassName
{
color: #CB0505;
}
.AnyTagClassName
{
color: #CB0505;
}
</style>
background-color css
<style>
a { background-color: #CB0505; }
a { background-color: rgb(203,5,5); }
div.DivClassName
{
background-color: #CB0505;
}
.BgClassName
{
background-color: #CB0505;
}
</style>
border-color css
<style>
span { border-color: #CB0505; }
span { border-color: rgb(203,5,5); }
td.TdClassName
{
border-color: #CB0505;
}
.TagClassName
{
border-color: #CB0505;
}
</style>