Shades of Free Speech Red #CD0D00
Tints of Free Speech Red #CD0D00
RGB
CMYK
RGB Variations
Color information
#CD0D00 (or 0xCD0D00) is known color: Free Speech Red. HEX triplet: CD, 0D and 00. RGB value is (205,13,0). Sum of RGB (Red+Green+Blue) = 205+13+0=218 (28% of max value = 765). Red value is 205 (80.47% from 255 or 94.04% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0D00 is #32F2FF. Grayscale: #454545. Windows color (decimal): -3339008 or 3533. OLE color: 3533.
HSL color Cylindrical-coordinate representation of color #CD0D00: hue angle of 3.8º 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 #CD0D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.20 |
| HSL | 3.8º | 1% | 0.4% | - |
| HSV(B) | 3.8º | 1% | 0.8% | - |
| XYZ | 25.32 | 13.27 | 1.23 | - |
| YUV | 68.93 | 89.11 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 0 | 0 | 0.94 | 1 | 0.20 | 3.8 | 1 | 0.4 |
| Hex | CD | D | 0 | 0 | 5E | 64 | 14 | 4 | 64 | 28 |
| Octal | 315 | 15 | 0 | 0 | 136 | 144 | 24 | 4 | 144 | 50 |
| Binary | 11001101 | 1101 | 0 | 0 | 1011110 | 1100100 | 10100 | 100 | 1100100 | 101000 |
Color Harmonies of #CD0D00
Complementary color
Monochromatic Colors of #CD0D00
Black with #CD0D00
Text Example
Text Example
White with #CD0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D00; }
p { color: rgb(205,13,0); }
H1.HeaderClassName
{
color: #CD0D00;
}
.AnyTagClassName
{
color: #CD0D00;
}
</style>
background-color css
<style>
a { background-color: #CD0D00; }
a { background-color: rgb(205,13,0); }
div.DivClassName
{
background-color: #CD0D00;
}
.BgClassName
{
background-color: #CD0D00;
}
</style>
border-color css
<style>
span { border-color: #CD0D00; }
span { border-color: rgb(205,13,0); }
td.TdClassName
{
border-color: #CD0D00;
}
.TagClassName
{
border-color: #CD0D00;
}
</style>