Shades of Free Speech Red #CB0F00
Tints of Free Speech Red #CB0F00
RGB
CMYK
RGB Variations
Color information
#CB0F00 (or 0xCB0F00) is known color: Free Speech Red. HEX triplet: CB, 0F and 00. RGB value is (203,15,0). Sum of RGB (Red+Green+Blue) = 203+15+0=218 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.12% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0F00 is #34F0FF. Grayscale: #454545. Windows color (decimal): -3469568 or 4043. OLE color: 4043.
HSL color Cylindrical-coordinate representation of color #CB0F00: hue angle of 4.43º 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 #CB0F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.20 |
| HSL | 4.43º | 1% | 0.4% | - |
| HSV(B) | 4.43º | 1% | 0.8% | - |
| XYZ | 24.8 | 13.04 | 1.21 | - |
| YUV | 69.5 | 88.78 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 0 | 0 | 0.93 | 1 | 0.20 | 4.43 | 1 | 0.4 |
| Hex | CB | F | 0 | 0 | 5D | 64 | 14 | 4 | 64 | 28 |
| Octal | 313 | 17 | 0 | 0 | 135 | 144 | 24 | 4 | 144 | 50 |
| Binary | 11001011 | 1111 | 0 | 0 | 1011101 | 1100100 | 10100 | 100 | 1100100 | 101000 |
Color Harmonies of #CB0F00
Complementary color
Monochromatic Colors of #CB0F00
Black with #CB0F00
Text Example
Text Example
White with #CB0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0F00; }
p { color: rgb(203,15,0); }
H1.HeaderClassName
{
color: #CB0F00;
}
.AnyTagClassName
{
color: #CB0F00;
}
</style>
background-color css
<style>
a { background-color: #CB0F00; }
a { background-color: rgb(203,15,0); }
div.DivClassName
{
background-color: #CB0F00;
}
.BgClassName
{
background-color: #CB0F00;
}
</style>
border-color css
<style>
span { border-color: #CB0F00; }
span { border-color: rgb(203,15,0); }
td.TdClassName
{
border-color: #CB0F00;
}
.TagClassName
{
border-color: #CB0F00;
}
</style>