Shades of Free Speech Red #CB1203
Tints of Free Speech Red #CB1203
RGB
CMYK
RGB Variations
Color information
#CB1203 (or 0xCB1203) is known color: Free Speech Red. HEX triplet: CB, 12 and 03. RGB value is (203,18,3). Sum of RGB (Red+Green+Blue) = 203+18+3=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1203 is #34EDFC. Grayscale: #474747. Windows color (decimal): -3468797 or 201419. OLE color: 201419.
HSL color Cylindrical-coordinate representation of color #CB1203: hue angle of 4.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 #CB1203 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.20 |
| HSL | 4.5º | 0.97% | 0.4% | - |
| HSV(B) | 4.5º | 0.99% | 0.8% | - |
| XYZ | 24.86 | 13.14 | 1.31 | - |
| YUV | 71.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 3 | 0 | 0.91 | 0.99 | 0.20 | 4.5 | 0.97 | 0.4 |
| Hex | CB | 12 | 3 | 0 | 5B | 63 | 14 | 4 | 61 | 28 |
| Octal | 313 | 22 | 3 | 0 | 133 | 143 | 24 | 4 | 141 | 50 |
| Binary | 11001011 | 10010 | 11 | 0 | 1011011 | 1100011 | 10100 | 100 | 1100001 | 101000 |
Color Harmonies of #CB1203
Complementary color
Monochromatic Colors of #CB1203
Black with #CB1203
Text Example
Text Example
White with #CB1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1203; }
p { color: rgb(203,18,3); }
H1.HeaderClassName
{
color: #CB1203;
}
.AnyTagClassName
{
color: #CB1203;
}
</style>
background-color css
<style>
a { background-color: #CB1203; }
a { background-color: rgb(203,18,3); }
div.DivClassName
{
background-color: #CB1203;
}
.BgClassName
{
background-color: #CB1203;
}
</style>
border-color css
<style>
span { border-color: #CB1203; }
span { border-color: rgb(203,18,3); }
td.TdClassName
{
border-color: #CB1203;
}
.TagClassName
{
border-color: #CB1203;
}
</style>