Shades of Free Speech Red #CB1500
Tints of Free Speech Red #CB1500
RGB
CMYK
RGB Variations
Color information
#CB1500 (or 0xCB1500) is known color: Free Speech Red. HEX triplet: CB, 15 and 00. RGB value is (203,21,0). Sum of RGB (Red+Green+Blue) = 203+21+0=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1500 is #34EAFF. Grayscale: #494949. Windows color (decimal): -3468032 or 5579. OLE color: 5579.
HSL color Cylindrical-coordinate representation of color #CB1500: hue angle of 6.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB1500 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.20 |
| HSL | 6.21º | 1% | 0.4% | - |
| HSV(B) | 6.21º | 1% | 0.8% | - |
| XYZ | 24.9 | 13.23 | 1.24 | - |
| YUV | 73.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 0 | 0 | 0.90 | 1 | 0.20 | 6.21 | 1 | 0.4 |
| Hex | CB | 15 | 0 | 0 | 5A | 64 | 14 | 6 | 64 | 28 |
| Octal | 313 | 25 | 0 | 0 | 132 | 144 | 24 | 6 | 144 | 50 |
| Binary | 11001011 | 10101 | 0 | 0 | 1011010 | 1100100 | 10100 | 110 | 1100100 | 101000 |
Color Harmonies of #CB1500
Complementary color
Monochromatic Colors of #CB1500
Black with #CB1500
Text Example
Text Example
White with #CB1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1500; }
p { color: rgb(203,21,0); }
H1.HeaderClassName
{
color: #CB1500;
}
.AnyTagClassName
{
color: #CB1500;
}
</style>
background-color css
<style>
a { background-color: #CB1500; }
a { background-color: rgb(203,21,0); }
div.DivClassName
{
background-color: #CB1500;
}
.BgClassName
{
background-color: #CB1500;
}
</style>
border-color css
<style>
span { border-color: #CB1500; }
span { border-color: rgb(203,21,0); }
td.TdClassName
{
border-color: #CB1500;
}
.TagClassName
{
border-color: #CB1500;
}
</style>