Shades of Free Speech Red #CB1303
Tints of Free Speech Red #CB1303
RGB
CMYK
RGB Variations
Color information
#CB1303 (or 0xCB1303) is known color: Free Speech Red. HEX triplet: CB, 13 and 03. RGB value is (203,19,3). Sum of RGB (Red+Green+Blue) = 203+19+3=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1303 is #34ECFC. Grayscale: #484848. Windows color (decimal): -3468541 or 201675. OLE color: 201675.
HSL color Cylindrical-coordinate representation of color #CB1303: hue angle of 4.8º 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 #CB1303 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.20 |
| HSL | 4.8º | 0.97% | 0.4% | - |
| HSV(B) | 4.8º | 0.99% | 0.8% | - |
| XYZ | 24.88 | 13.17 | 1.32 | - |
| YUV | 72.19 | 88.96 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 3 | 0 | 0.91 | 0.99 | 0.20 | 4.8 | 0.97 | 0.4 |
| Hex | CB | 13 | 3 | 0 | 5B | 63 | 14 | 5 | 61 | 28 |
| Octal | 313 | 23 | 3 | 0 | 133 | 143 | 24 | 5 | 141 | 50 |
| Binary | 11001011 | 10011 | 11 | 0 | 1011011 | 1100011 | 10100 | 101 | 1100001 | 101000 |
Color Harmonies of #CB1303
Complementary color
Monochromatic Colors of #CB1303
Black with #CB1303
Text Example
Text Example
White with #CB1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1303; }
p { color: rgb(203,19,3); }
H1.HeaderClassName
{
color: #CB1303;
}
.AnyTagClassName
{
color: #CB1303;
}
</style>
background-color css
<style>
a { background-color: #CB1303; }
a { background-color: rgb(203,19,3); }
div.DivClassName
{
background-color: #CB1303;
}
.BgClassName
{
background-color: #CB1303;
}
</style>
border-color css
<style>
span { border-color: #CB1303; }
span { border-color: rgb(203,19,3); }
td.TdClassName
{
border-color: #CB1303;
}
.TagClassName
{
border-color: #CB1303;
}
</style>