Shades of Free Speech Red #CB1002
Tints of Free Speech Red #CB1002
RGB
CMYK
RGB Variations
Color information
#CB1002 (or 0xCB1002) is known color: Free Speech Red. HEX triplet: CB, 10 and 02. RGB value is (203,16,2). Sum of RGB (Red+Green+Blue) = 203+16+2=221 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.86% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1002 is #34EFFD. Grayscale: #464646. Windows color (decimal): -3469310 or 135371. OLE color: 135371.
HSL color Cylindrical-coordinate representation of color #CB1002: hue angle of 4.18º 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 #CB1002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.20 |
| HSL | 4.18º | 0.98% | 0.4% | - |
| HSV(B) | 4.18º | 0.99% | 0.8% | - |
| XYZ | 24.82 | 13.07 | 1.27 | - |
| YUV | 70.32 | 89.45 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 2 | 0 | 0.92 | 0.99 | 0.20 | 4.18 | 0.98 | 0.4 |
| Hex | CB | 10 | 2 | 0 | 5C | 63 | 14 | 4 | 62 | 28 |
| Octal | 313 | 20 | 2 | 0 | 134 | 143 | 24 | 4 | 142 | 50 |
| Binary | 11001011 | 10000 | 10 | 0 | 1011100 | 1100011 | 10100 | 100 | 1100010 | 101000 |
Color Harmonies of #CB1002
Complementary color
Monochromatic Colors of #CB1002
Black with #CB1002
Text Example
Text Example
White with #CB1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1002; }
p { color: rgb(203,16,2); }
H1.HeaderClassName
{
color: #CB1002;
}
.AnyTagClassName
{
color: #CB1002;
}
</style>
background-color css
<style>
a { background-color: #CB1002; }
a { background-color: rgb(203,16,2); }
div.DivClassName
{
background-color: #CB1002;
}
.BgClassName
{
background-color: #CB1002;
}
</style>
border-color css
<style>
span { border-color: #CB1002; }
span { border-color: rgb(203,16,2); }
td.TdClassName
{
border-color: #CB1002;
}
.TagClassName
{
border-color: #CB1002;
}
</style>