Shades of Free Speech Red #CC150B
Tints of Free Speech Red #CC150B
RGB
CMYK
RGB Variations
Color information
#CC150B (or 0xCC150B) is known color: Free Speech Red. HEX triplet: CC, 15 and 0B. RGB value is (204,21,11). Sum of RGB (Red+Green+Blue) = 204+21+11=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC150B is #33EAF4. Grayscale: #4A4A4A. Windows color (decimal): -3402485 or 726476. OLE color: 726476.
HSL color Cylindrical-coordinate representation of color #CC150B: hue angle of 3.11º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC150B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.2 |
| HSL | 3.11º | 0.9% | 0.42% | - |
| HSV(B) | 3.11º | 0.95% | 0.8% | - |
| XYZ | 25.23 | 13.4 | 1.57 | - |
| YUV | 74.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 11 | 0 | 0.90 | 0.95 | 0.2 | 3.11 | 0.9 | 0.42 |
| Hex | CC | 15 | B | 0 | 5A | 5F | 14 | 3 | 5A | 2A |
| Octal | 314 | 25 | 13 | 0 | 132 | 137 | 24 | 3 | 132 | 52 |
| Binary | 11001100 | 10101 | 1011 | 0 | 1011010 | 1011111 | 10100 | 11 | 1011010 | 101010 |
Color Harmonies of #CC150B
Complementary color
Monochromatic Colors of #CC150B
Black with #CC150B
Text Example
Text Example
White with #CC150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC150B; }
p { color: rgb(204,21,11); }
H1.HeaderClassName
{
color: #CC150B;
}
.AnyTagClassName
{
color: #CC150B;
}
</style>
background-color css
<style>
a { background-color: #CC150B; }
a { background-color: rgb(204,21,11); }
div.DivClassName
{
background-color: #CC150B;
}
.BgClassName
{
background-color: #CC150B;
}
</style>
border-color css
<style>
span { border-color: #CC150B; }
span { border-color: rgb(204,21,11); }
td.TdClassName
{
border-color: #CC150B;
}
.TagClassName
{
border-color: #CC150B;
}
</style>