Shades of Free Speech Red #CD0301
Tints of Free Speech Red #CD0301
RGB
CMYK
RGB Variations
Color information
#CD0301 (or 0xCD0301) is known color: Free Speech Red. HEX triplet: CD, 03 and 01. RGB value is (205,3,1). Sum of RGB (Red+Green+Blue) = 205+3+1=209 (27% of max value = 765). Red value is 205 (80.47% from 255 or 98.09% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0301 is #32FCFE. Grayscale: #3F3F3F. Windows color (decimal): -3341567 or 66509. OLE color: 66509.
HSL color Cylindrical-coordinate representation of color #CD0301: hue angle of 0.59º 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 #CD0301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.20 |
| HSL | 0.59º | 0.99% | 0.4% | - |
| HSV(B) | 0.59º | 1% | 0.8% | - |
| XYZ | 25.21 | 13.05 | 1.22 | - |
| YUV | 63.17 | 92.92 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 1 | 0 | 0.99 | 1.00 | 0.20 | 0.59 | 0.99 | 0.4 |
| Hex | CD | 3 | 1 | 0 | 63 | 64 | 14 | 1 | 63 | 28 |
| Octal | 315 | 3 | 1 | 0 | 143 | 144 | 24 | 1 | 143 | 50 |
| Binary | 11001101 | 11 | 1 | 0 | 1100011 | 1100100 | 10100 | 1 | 1100011 | 101000 |
Color Harmonies of #CD0301
Complementary color
Monochromatic Colors of #CD0301
Black with #CD0301
Text Example
Text Example
White with #CD0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0301; }
p { color: rgb(205,3,1); }
H1.HeaderClassName
{
color: #CD0301;
}
.AnyTagClassName
{
color: #CD0301;
}
</style>
background-color css
<style>
a { background-color: #CD0301; }
a { background-color: rgb(205,3,1); }
div.DivClassName
{
background-color: #CD0301;
}
.BgClassName
{
background-color: #CD0301;
}
</style>
border-color css
<style>
span { border-color: #CD0301; }
span { border-color: rgb(205,3,1); }
td.TdClassName
{
border-color: #CD0301;
}
.TagClassName
{
border-color: #CD0301;
}
</style>