Shades of Free Speech Red #CC130D
Tints of Free Speech Red #CC130D
RGB
CMYK
RGB Variations
Color information
#CC130D (or 0xCC130D) is known color: Free Speech Red. HEX triplet: CC, 13 and 0D. RGB value is (204,19,13). Sum of RGB (Red+Green+Blue) = 204+19+13=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC130D is #33ECF2. Grayscale: #494949. Windows color (decimal): -3402995 or 857036. OLE color: 857036.
HSL color Cylindrical-coordinate representation of color #CC130D: hue angle of 1.88º 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 #CC130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.2 |
| HSL | 1.88º | 0.88% | 0.43% | - |
| HSV(B) | 1.88º | 0.94% | 0.8% | - |
| XYZ | 25.21 | 13.33 | 1.63 | - |
| YUV | 73.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 13 | 0 | 0.91 | 0.94 | 0.2 | 1.88 | 0.88 | 0.43 |
| Hex | CC | 13 | D | 0 | 5B | 5E | 14 | 2 | 58 | 2B |
| Octal | 314 | 23 | 15 | 0 | 133 | 136 | 24 | 2 | 130 | 53 |
| Binary | 11001100 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10100 | 10 | 1011000 | 101011 |
Color Harmonies of #CC130D
Complementary color
Monochromatic Colors of #CC130D
Black with #CC130D
Text Example
Text Example
White with #CC130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC130D; }
p { color: rgb(204,19,13); }
H1.HeaderClassName
{
color: #CC130D;
}
.AnyTagClassName
{
color: #CC130D;
}
</style>
background-color css
<style>
a { background-color: #CC130D; }
a { background-color: rgb(204,19,13); }
div.DivClassName
{
background-color: #CC130D;
}
.BgClassName
{
background-color: #CC130D;
}
</style>
border-color css
<style>
span { border-color: #CC130D; }
span { border-color: rgb(204,19,13); }
td.TdClassName
{
border-color: #CC130D;
}
.TagClassName
{
border-color: #CC130D;
}
</style>