Shades of Free Speech Red #CB150F
Tints of Free Speech Red #CB150F
RGB
CMYK
RGB Variations
Color information
#CB150F (or 0xCB150F) is known color: Free Speech Red. HEX triplet: CB, 15 and 0F. RGB value is (203,21,15). Sum of RGB (Red+Green+Blue) = 203+21+15=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB150F is #34EAF0. Grayscale: #4A4A4A. Windows color (decimal): -3468017 or 988619. OLE color: 988619.
HSL color Cylindrical-coordinate representation of color #CB150F: hue angle of 1.91º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB150F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.20 |
| HSL | 1.91º | 0.86% | 0.43% | - |
| HSV(B) | 1.91º | 0.93% | 0.8% | - |
| XYZ | 24.98 | 13.27 | 1.7 | - |
| YUV | 74.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 15 | 0 | 0.90 | 0.93 | 0.20 | 1.91 | 0.86 | 0.43 |
| Hex | CB | 15 | F | 0 | 5A | 5D | 14 | 2 | 56 | 2B |
| Octal | 313 | 25 | 17 | 0 | 132 | 135 | 24 | 2 | 126 | 53 |
| Binary | 11001011 | 10101 | 1111 | 0 | 1011010 | 1011101 | 10100 | 10 | 1010110 | 101011 |
Color Harmonies of #CB150F
Complementary color
Monochromatic Colors of #CB150F
Black with #CB150F
Text Example
Text Example
White with #CB150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB150F; }
p { color: rgb(203,21,15); }
H1.HeaderClassName
{
color: #CB150F;
}
.AnyTagClassName
{
color: #CB150F;
}
</style>
background-color css
<style>
a { background-color: #CB150F; }
a { background-color: rgb(203,21,15); }
div.DivClassName
{
background-color: #CB150F;
}
.BgClassName
{
background-color: #CB150F;
}
</style>
border-color css
<style>
span { border-color: #CB150F; }
span { border-color: rgb(203,21,15); }
td.TdClassName
{
border-color: #CB150F;
}
.TagClassName
{
border-color: #CB150F;
}
</style>