Shades of Free Speech Red #CB1202
Tints of Free Speech Red #CB1202
RGB
CMYK
RGB Variations
Color information
#CB1202 (or 0xCB1202) is known color: Free Speech Red. HEX triplet: CB, 12 and 02. RGB value is (203,18,2). Sum of RGB (Red+Green+Blue) = 203+18+2=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1202 is #34EDFD. Grayscale: #474747. Windows color (decimal): -3468798 or 135883. OLE color: 135883.
HSL color Cylindrical-coordinate representation of color #CB1202: hue angle of 4.78º degrees, saturation: 0.98, 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 #CB1202 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.20 |
| HSL | 4.78º | 0.98% | 0.4% | - |
| HSV(B) | 4.78º | 0.99% | 0.8% | - |
| XYZ | 24.86 | 13.13 | 1.28 | - |
| YUV | 71.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 2 | 0 | 0.91 | 0.99 | 0.20 | 4.78 | 0.98 | 0.4 |
| Hex | CB | 12 | 2 | 0 | 5B | 63 | 14 | 5 | 62 | 28 |
| Octal | 313 | 22 | 2 | 0 | 133 | 143 | 24 | 5 | 142 | 50 |
| Binary | 11001011 | 10010 | 10 | 0 | 1011011 | 1100011 | 10100 | 101 | 1100010 | 101000 |
Color Harmonies of #CB1202
Complementary color
Monochromatic Colors of #CB1202
Black with #CB1202
Text Example
Text Example
White with #CB1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1202; }
p { color: rgb(203,18,2); }
H1.HeaderClassName
{
color: #CB1202;
}
.AnyTagClassName
{
color: #CB1202;
}
</style>
background-color css
<style>
a { background-color: #CB1202; }
a { background-color: rgb(203,18,2); }
div.DivClassName
{
background-color: #CB1202;
}
.BgClassName
{
background-color: #CB1202;
}
</style>
border-color css
<style>
span { border-color: #CB1202; }
span { border-color: rgb(203,18,2); }
td.TdClassName
{
border-color: #CB1202;
}
.TagClassName
{
border-color: #CB1202;
}
</style>