Shades of Free Speech Red #CD1400
Tints of Free Speech Red #CD1400
RGB
CMYK
RGB Variations
Color information
#CD1400 (or 0xCD1400) is known color: Free Speech Red. HEX triplet: CD, 14 and 00. RGB value is (205,20,0). Sum of RGB (Red+Green+Blue) = 205+20+0=225 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.11% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1400 is #32EBFF. Grayscale: #494949. Windows color (decimal): -3337216 or 5325. OLE color: 5325.
HSL color Cylindrical-coordinate representation of color #CD1400: hue angle of 5.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD1400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.20 |
| HSL | 5.85º | 1% | 0.4% | - |
| HSV(B) | 5.85º | 1% | 0.8% | - |
| XYZ | 25.43 | 13.48 | 1.26 | - |
| YUV | 73.04 | 86.79 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 0 | 0 | 0.90 | 1 | 0.20 | 5.85 | 1 | 0.4 |
| Hex | CD | 14 | 0 | 0 | 5A | 64 | 14 | 6 | 64 | 28 |
| Octal | 315 | 24 | 0 | 0 | 132 | 144 | 24 | 6 | 144 | 50 |
| Binary | 11001101 | 10100 | 0 | 0 | 1011010 | 1100100 | 10100 | 110 | 1100100 | 101000 |
Color Harmonies of #CD1400
Complementary color
Monochromatic Colors of #CD1400
Black with #CD1400
Text Example
Text Example
White with #CD1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1400; }
p { color: rgb(205,20,0); }
H1.HeaderClassName
{
color: #CD1400;
}
.AnyTagClassName
{
color: #CD1400;
}
</style>
background-color css
<style>
a { background-color: #CD1400; }
a { background-color: rgb(205,20,0); }
div.DivClassName
{
background-color: #CD1400;
}
.BgClassName
{
background-color: #CD1400;
}
</style>
border-color css
<style>
span { border-color: #CD1400; }
span { border-color: rgb(205,20,0); }
td.TdClassName
{
border-color: #CD1400;
}
.TagClassName
{
border-color: #CD1400;
}
</style>