Shades of Free Speech Red #CD1211
Tints of Free Speech Red #CD1211
RGB
CMYK
RGB Variations
Color information
#CD1211 (or 0xCD1211) is known color: Free Speech Red. HEX triplet: CD, 12 and 11. RGB value is (205,18,17). Sum of RGB (Red+Green+Blue) = 205+18+17=240 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.42% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1211 is #32EDEE. Grayscale: #494949. Windows color (decimal): -3337711 or 1118925. OLE color: 1118925.
HSL color Cylindrical-coordinate representation of color #CD1211: hue angle of 0.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 17 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.20 |
| HSL | 0.32º | 0.85% | 0.44% | - |
| HSV(B) | 0.32º | 0.92% | 0.8% | - |
| XYZ | 25.49 | 13.45 | 1.78 | - |
| YUV | 73.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 17 | 0 | 0.91 | 0.92 | 0.20 | 0.32 | 0.85 | 0.44 |
| Hex | CD | 12 | 11 | 0 | 5B | 5C | 14 | 0 | 55 | 2C |
| Octal | 315 | 22 | 21 | 0 | 133 | 134 | 24 | 0 | 125 | 54 |
| Binary | 11001101 | 10010 | 10001 | 0 | 1011011 | 1011100 | 10100 | 0 | 1010101 | 101100 |
Color Harmonies of #CD1211
Complementary color
Monochromatic Colors of #CD1211
Black with #CD1211
Text Example
Text Example
White with #CD1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1211; }
p { color: rgb(205,18,17); }
H1.HeaderClassName
{
color: #CD1211;
}
.AnyTagClassName
{
color: #CD1211;
}
</style>
background-color css
<style>
a { background-color: #CD1211; }
a { background-color: rgb(205,18,17); }
div.DivClassName
{
background-color: #CD1211;
}
.BgClassName
{
background-color: #CD1211;
}
</style>
border-color css
<style>
span { border-color: #CD1211; }
span { border-color: rgb(205,18,17); }
td.TdClassName
{
border-color: #CD1211;
}
.TagClassName
{
border-color: #CD1211;
}
</style>