Shades of Free Speech Red #CB1003
Tints of Free Speech Red #CB1003
RGB
CMYK
RGB Variations
Color information
#CB1003 (or 0xCB1003) is known color: Free Speech Red. HEX triplet: CB, 10 and 03. RGB value is (203,16,3). Sum of RGB (Red+Green+Blue) = 203+16+3=222 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.44% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1003 is #34EFFC. Grayscale: #464646. Windows color (decimal): -3469309 or 200907. OLE color: 200907.
HSL color Cylindrical-coordinate representation of color #CB1003: hue angle of 3.9º 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 #CB1003 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.20 |
| HSL | 3.9º | 0.97% | 0.4% | - |
| HSV(B) | 3.9º | 0.99% | 0.8% | - |
| XYZ | 24.83 | 13.07 | 1.3 | - |
| YUV | 70.43 | 89.95 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 3 | 0 | 0.92 | 0.99 | 0.20 | 3.9 | 0.97 | 0.4 |
| Hex | CB | 10 | 3 | 0 | 5C | 63 | 14 | 4 | 61 | 28 |
| Octal | 313 | 20 | 3 | 0 | 134 | 143 | 24 | 4 | 141 | 50 |
| Binary | 11001011 | 10000 | 11 | 0 | 1011100 | 1100011 | 10100 | 100 | 1100001 | 101000 |
Color Harmonies of #CB1003
Complementary color
Monochromatic Colors of #CB1003
Black with #CB1003
Text Example
Text Example
White with #CB1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1003; }
p { color: rgb(203,16,3); }
H1.HeaderClassName
{
color: #CB1003;
}
.AnyTagClassName
{
color: #CB1003;
}
</style>
background-color css
<style>
a { background-color: #CB1003; }
a { background-color: rgb(203,16,3); }
div.DivClassName
{
background-color: #CB1003;
}
.BgClassName
{
background-color: #CB1003;
}
</style>
border-color css
<style>
span { border-color: #CB1003; }
span { border-color: rgb(203,16,3); }
td.TdClassName
{
border-color: #CB1003;
}
.TagClassName
{
border-color: #CB1003;
}
</style>