Shades of Free Speech Red #CC1413
Tints of Free Speech Red #CC1413
RGB
CMYK
RGB Variations
Color information
#CC1413 (or 0xCC1413) is known color: Free Speech Red. HEX triplet: CC, 14 and 13. RGB value is (204,20,19). Sum of RGB (Red+Green+Blue) = 204+20+19=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1413 is #33EBEC. Grayscale: #4B4B4B. Windows color (decimal): -3402733 or 1250508. OLE color: 1250508.
HSL color Cylindrical-coordinate representation of color #CC1413: hue angle of 0.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1413 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 19 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.2 |
| HSL | 0.32º | 0.83% | 0.44% | - |
| HSV(B) | 0.32º | 0.91% | 0.8% | - |
| XYZ | 25.27 | 13.38 | 1.87 | - |
| YUV | 74.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 19 | 0 | 0.90 | 0.91 | 0.2 | 0.32 | 0.83 | 0.44 |
| Hex | CC | 14 | 13 | 0 | 5A | 5B | 14 | 0 | 53 | 2C |
| Octal | 314 | 24 | 23 | 0 | 132 | 133 | 24 | 0 | 123 | 54 |
| Binary | 11001100 | 10100 | 10011 | 0 | 1011010 | 1011011 | 10100 | 0 | 1010011 | 101100 |
Color Harmonies of #CC1413
Complementary color
Monochromatic Colors of #CC1413
Black with #CC1413
Text Example
Text Example
White with #CC1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1413; }
p { color: rgb(204,20,19); }
H1.HeaderClassName
{
color: #CC1413;
}
.AnyTagClassName
{
color: #CC1413;
}
</style>
background-color css
<style>
a { background-color: #CC1413; }
a { background-color: rgb(204,20,19); }
div.DivClassName
{
background-color: #CC1413;
}
.BgClassName
{
background-color: #CC1413;
}
</style>
border-color css
<style>
span { border-color: #CC1413; }
span { border-color: rgb(204,20,19); }
td.TdClassName
{
border-color: #CC1413;
}
.TagClassName
{
border-color: #CC1413;
}
</style>