Shades of Free Speech Red #CC130F
Tints of Free Speech Red #CC130F
RGB
CMYK
RGB Variations
Color information
#CC130F (or 0xCC130F) is known color: Free Speech Red. HEX triplet: CC, 13 and 0F. RGB value is (204,19,15). Sum of RGB (Red+Green+Blue) = 204+19+15=238 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.71% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 204 - color contains mainly: red. Hex color #CC130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC130F is #33ECF0. Grayscale: #4A4A4A. Windows color (decimal): -3402993 or 988108. OLE color: 988108.
HSL color Cylindrical-coordinate representation of color #CC130F: hue angle of 1.27º 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 #CC130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.2 |
| HSL | 1.27º | 0.86% | 0.43% | - |
| HSV(B) | 1.27º | 0.93% | 0.8% | - |
| XYZ | 25.22 | 13.34 | 1.7 | - |
| YUV | 73.86 | 94.79 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 15 | 0 | 0.91 | 0.93 | 0.2 | 1.27 | 0.86 | 0.43 |
| Hex | CC | 13 | F | 0 | 5B | 5D | 14 | 1 | 56 | 2B |
| Octal | 314 | 23 | 17 | 0 | 133 | 135 | 24 | 1 | 126 | 53 |
| Binary | 11001100 | 10011 | 1111 | 0 | 1011011 | 1011101 | 10100 | 1 | 1010110 | 101011 |
Color Harmonies of #CC130F
Complementary color
Monochromatic Colors of #CC130F
Black with #CC130F
Text Example
Text Example
White with #CC130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC130F; }
p { color: rgb(204,19,15); }
H1.HeaderClassName
{
color: #CC130F;
}
.AnyTagClassName
{
color: #CC130F;
}
</style>
background-color css
<style>
a { background-color: #CC130F; }
a { background-color: rgb(204,19,15); }
div.DivClassName
{
background-color: #CC130F;
}
.BgClassName
{
background-color: #CC130F;
}
</style>
border-color css
<style>
span { border-color: #CC130F; }
span { border-color: rgb(204,19,15); }
td.TdClassName
{
border-color: #CC130F;
}
.TagClassName
{
border-color: #CC130F;
}
</style>