Shades of Free Speech Red #CB1302
Tints of Free Speech Red #CB1302
RGB
CMYK
RGB Variations
Color information
#CB1302 (or 0xCB1302) is known color: Free Speech Red. HEX triplet: CB, 13 and 02. RGB value is (203,19,2). Sum of RGB (Red+Green+Blue) = 203+19+2=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1302 is #34ECFD. Grayscale: #484848. Windows color (decimal): -3468542 or 136139. OLE color: 136139.
HSL color Cylindrical-coordinate representation of color #CB1302: hue angle of 5.07º 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 #CB1302 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.20 |
| HSL | 5.07º | 0.98% | 0.4% | - |
| HSV(B) | 5.07º | 0.99% | 0.8% | - |
| XYZ | 24.87 | 13.17 | 1.29 | - |
| YUV | 72.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 2 | 0 | 0.91 | 0.99 | 0.20 | 5.07 | 0.98 | 0.4 |
| Hex | CB | 13 | 2 | 0 | 5B | 63 | 14 | 5 | 62 | 28 |
| Octal | 313 | 23 | 2 | 0 | 133 | 143 | 24 | 5 | 142 | 50 |
| Binary | 11001011 | 10011 | 10 | 0 | 1011011 | 1100011 | 10100 | 101 | 1100010 | 101000 |
Color Harmonies of #CB1302
Complementary color
Monochromatic Colors of #CB1302
Black with #CB1302
Text Example
Text Example
White with #CB1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1302; }
p { color: rgb(203,19,2); }
H1.HeaderClassName
{
color: #CB1302;
}
.AnyTagClassName
{
color: #CB1302;
}
</style>
background-color css
<style>
a { background-color: #CB1302; }
a { background-color: rgb(203,19,2); }
div.DivClassName
{
background-color: #CB1302;
}
.BgClassName
{
background-color: #CB1302;
}
</style>
border-color css
<style>
span { border-color: #CB1302; }
span { border-color: rgb(203,19,2); }
td.TdClassName
{
border-color: #CB1302;
}
.TagClassName
{
border-color: #CB1302;
}
</style>