Shades of Free Speech Red #CD0500
Tints of Free Speech Red #CD0500
RGB
CMYK
RGB Variations
Color information
#CD0500 (or 0xCD0500) is known color: Free Speech Red. HEX triplet: CD, 05 and 00. RGB value is (205,5,0). Sum of RGB (Red+Green+Blue) = 205+5+0=210 (27% of max value = 765). Red value is 205 (80.47% from 255 or 97.62% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0500 is #32FAFF. Grayscale: #404040. Windows color (decimal): -3341056 or 1485. OLE color: 1485.
HSL color Cylindrical-coordinate representation of color #CD0500: hue angle of 1.46º 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 #CD0500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.20 |
| HSL | 1.46º | 1% | 0.4% | - |
| HSV(B) | 1.46º | 1% | 0.8% | - |
| XYZ | 25.23 | 13.09 | 1.2 | - |
| YUV | 64.23 | 91.76 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 0 | 0 | 0.98 | 1 | 0.20 | 1.46 | 1 | 0.4 |
| Hex | CD | 5 | 0 | 0 | 62 | 64 | 14 | 1 | 64 | 28 |
| Octal | 315 | 5 | 0 | 0 | 142 | 144 | 24 | 1 | 144 | 50 |
| Binary | 11001101 | 101 | 0 | 0 | 1100010 | 1100100 | 10100 | 1 | 1100100 | 101000 |
Color Harmonies of #CD0500
Complementary color
Monochromatic Colors of #CD0500
Black with #CD0500
Text Example
Text Example
White with #CD0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0500; }
p { color: rgb(205,5,0); }
H1.HeaderClassName
{
color: #CD0500;
}
.AnyTagClassName
{
color: #CD0500;
}
</style>
background-color css
<style>
a { background-color: #CD0500; }
a { background-color: rgb(205,5,0); }
div.DivClassName
{
background-color: #CD0500;
}
.BgClassName
{
background-color: #CD0500;
}
</style>
border-color css
<style>
span { border-color: #CD0500; }
span { border-color: rgb(205,5,0); }
td.TdClassName
{
border-color: #CD0500;
}
.TagClassName
{
border-color: #CD0500;
}
</style>