Shades of Free Speech Red #CD0501
Tints of Free Speech Red #CD0501
RGB
CMYK
RGB Variations
Color information
#CD0501 (or 0xCD0501) is known color: Free Speech Red. HEX triplet: CD, 05 and 01. RGB value is (205,5,1). Sum of RGB (Red+Green+Blue) = 205+5+1=211 (27% of max value = 765). Red value is 205 (80.47% from 255 or 97.16% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0501 is #32FAFE. Grayscale: #404040. Windows color (decimal): -3341055 or 67021. OLE color: 67021.
HSL color Cylindrical-coordinate representation of color #CD0501: hue angle of 1.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.20 |
| HSL | 1.18º | 0.99% | 0.4% | - |
| HSV(B) | 1.18º | 1% | 0.8% | - |
| XYZ | 25.24 | 13.09 | 1.23 | - |
| YUV | 64.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 1 | 0 | 0.98 | 1.00 | 0.20 | 1.18 | 0.99 | 0.4 |
| Hex | CD | 5 | 1 | 0 | 62 | 64 | 14 | 1 | 63 | 28 |
| Octal | 315 | 5 | 1 | 0 | 142 | 144 | 24 | 1 | 143 | 50 |
| Binary | 11001101 | 101 | 1 | 0 | 1100010 | 1100100 | 10100 | 1 | 1100011 | 101000 |
Color Harmonies of #CD0501
Complementary color
Monochromatic Colors of #CD0501
Black with #CD0501
Text Example
Text Example
White with #CD0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0501; }
p { color: rgb(205,5,1); }
H1.HeaderClassName
{
color: #CD0501;
}
.AnyTagClassName
{
color: #CD0501;
}
</style>
background-color css
<style>
a { background-color: #CD0501; }
a { background-color: rgb(205,5,1); }
div.DivClassName
{
background-color: #CD0501;
}
.BgClassName
{
background-color: #CD0501;
}
</style>
border-color css
<style>
span { border-color: #CD0501; }
span { border-color: rgb(205,5,1); }
td.TdClassName
{
border-color: #CD0501;
}
.TagClassName
{
border-color: #CD0501;
}
</style>