Shades of Free Speech Red #CC150D
Tints of Free Speech Red #CC150D
RGB
CMYK
RGB Variations
Color information
#CC150D (or 0xCC150D) is known color: Free Speech Red. HEX triplet: CC, 15 and 0D. RGB value is (204,21,13). Sum of RGB (Red+Green+Blue) = 204+21+13=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC150D is #33EAF2. Grayscale: #4B4B4B. Windows color (decimal): -3402483 or 857548. OLE color: 857548.
HSL color Cylindrical-coordinate representation of color #CC150D: hue angle of 2.51º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC150D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.2 |
| HSL | 2.51º | 0.88% | 0.43% | - |
| HSV(B) | 2.51º | 0.94% | 0.8% | - |
| XYZ | 25.24 | 13.4 | 1.64 | - |
| YUV | 74.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 13 | 0 | 0.90 | 0.94 | 0.2 | 2.51 | 0.88 | 0.43 |
| Hex | CC | 15 | D | 0 | 5A | 5E | 14 | 3 | 58 | 2B |
| Octal | 314 | 25 | 15 | 0 | 132 | 136 | 24 | 3 | 130 | 53 |
| Binary | 11001100 | 10101 | 1101 | 0 | 1011010 | 1011110 | 10100 | 11 | 1011000 | 101011 |
Color Harmonies of #CC150D
Complementary color
Monochromatic Colors of #CC150D
Black with #CC150D
Text Example
Text Example
White with #CC150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC150D; }
p { color: rgb(204,21,13); }
H1.HeaderClassName
{
color: #CC150D;
}
.AnyTagClassName
{
color: #CC150D;
}
</style>
background-color css
<style>
a { background-color: #CC150D; }
a { background-color: rgb(204,21,13); }
div.DivClassName
{
background-color: #CC150D;
}
.BgClassName
{
background-color: #CC150D;
}
</style>
border-color css
<style>
span { border-color: #CC150D; }
span { border-color: rgb(204,21,13); }
td.TdClassName
{
border-color: #CC150D;
}
.TagClassName
{
border-color: #CC150D;
}
</style>