Shades of Free Speech Red #CB1503
Tints of Free Speech Red #CB1503
RGB
CMYK
RGB Variations
Color information
#CB1503 (or 0xCB1503) is known color: Free Speech Red. HEX triplet: CB, 15 and 03. RGB value is (203,21,3). Sum of RGB (Red+Green+Blue) = 203+21+3=227 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.43% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1503 is #34EAFC. Grayscale: #494949. Windows color (decimal): -3468029 or 202187. OLE color: 202187.
HSL color Cylindrical-coordinate representation of color #CB1503: hue angle of 5.4º 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 #CB1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.20 |
| HSL | 5.4º | 0.97% | 0.4% | - |
| HSV(B) | 5.4º | 0.99% | 0.8% | - |
| XYZ | 24.91 | 13.24 | 1.33 | - |
| YUV | 73.37 | 88.3 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 3 | 0 | 0.90 | 0.99 | 0.20 | 5.4 | 0.97 | 0.4 |
| Hex | CB | 15 | 3 | 0 | 5A | 63 | 14 | 5 | 61 | 28 |
| Octal | 313 | 25 | 3 | 0 | 132 | 143 | 24 | 5 | 141 | 50 |
| Binary | 11001011 | 10101 | 11 | 0 | 1011010 | 1100011 | 10100 | 101 | 1100001 | 101000 |
Color Harmonies of #CB1503
Complementary color
Monochromatic Colors of #CB1503
Black with #CB1503
Text Example
Text Example
White with #CB1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1503; }
p { color: rgb(203,21,3); }
H1.HeaderClassName
{
color: #CB1503;
}
.AnyTagClassName
{
color: #CB1503;
}
</style>
background-color css
<style>
a { background-color: #CB1503; }
a { background-color: rgb(203,21,3); }
div.DivClassName
{
background-color: #CB1503;
}
.BgClassName
{
background-color: #CB1503;
}
</style>
border-color css
<style>
span { border-color: #CB1503; }
span { border-color: rgb(203,21,3); }
td.TdClassName
{
border-color: #CB1503;
}
.TagClassName
{
border-color: #CB1503;
}
</style>