Shades of Free Speech Red #CC140F
Tints of Free Speech Red #CC140F
RGB
CMYK
RGB Variations
Color information
#CC140F (or 0xCC140F) is known color: Free Speech Red. HEX triplet: CC, 14 and 0F. RGB value is (204,20,15). Sum of RGB (Red+Green+Blue) = 204+20+15=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC140F is #33EBF0. Grayscale: #4A4A4A. Windows color (decimal): -3402737 or 988364. OLE color: 988364.
HSL color Cylindrical-coordinate representation of color #CC140F: hue angle of 1.59º 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 #CC140F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.2 |
| HSL | 1.59º | 0.86% | 0.43% | - |
| HSV(B) | 1.59º | 0.93% | 0.8% | - |
| XYZ | 25.24 | 13.37 | 1.7 | - |
| YUV | 74.45 | 94.46 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 15 | 0 | 0.90 | 0.93 | 0.2 | 1.59 | 0.86 | 0.43 |
| Hex | CC | 14 | F | 0 | 5A | 5D | 14 | 2 | 56 | 2B |
| Octal | 314 | 24 | 17 | 0 | 132 | 135 | 24 | 2 | 126 | 53 |
| Binary | 11001100 | 10100 | 1111 | 0 | 1011010 | 1011101 | 10100 | 10 | 1010110 | 101011 |
Color Harmonies of #CC140F
Complementary color
Monochromatic Colors of #CC140F
Black with #CC140F
Text Example
Text Example
White with #CC140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC140F; }
p { color: rgb(204,20,15); }
H1.HeaderClassName
{
color: #CC140F;
}
.AnyTagClassName
{
color: #CC140F;
}
</style>
background-color css
<style>
a { background-color: #CC140F; }
a { background-color: rgb(204,20,15); }
div.DivClassName
{
background-color: #CC140F;
}
.BgClassName
{
background-color: #CC140F;
}
</style>
border-color css
<style>
span { border-color: #CC140F; }
span { border-color: rgb(204,20,15); }
td.TdClassName
{
border-color: #CC140F;
}
.TagClassName
{
border-color: #CC140F;
}
</style>