Shades of Free Speech Red #CD0900
Tints of Free Speech Red #CD0900
RGB
CMYK
RGB Variations
Color information
#CD0900 (or 0xCD0900) is known color: Free Speech Red. HEX triplet: CD, 09 and 00. RGB value is (205,9,0). Sum of RGB (Red+Green+Blue) = 205+9+0=214 (28% of max value = 765). Red value is 205 (80.47% from 255 or 95.79% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0900 is #32F6FF. Grayscale: #424242. Windows color (decimal): -3340032 or 2509. OLE color: 2509.
HSL color Cylindrical-coordinate representation of color #CD0900: hue angle of 2.63º 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 #CD0900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.20 |
| HSL | 2.63º | 1% | 0.4% | - |
| HSV(B) | 2.63º | 1% | 0.8% | - |
| XYZ | 25.27 | 13.17 | 1.21 | - |
| YUV | 66.58 | 90.43 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 0 | 0 | 0.96 | 1 | 0.20 | 2.63 | 1 | 0.4 |
| Hex | CD | 9 | 0 | 0 | 60 | 64 | 14 | 3 | 64 | 28 |
| Octal | 315 | 11 | 0 | 0 | 140 | 144 | 24 | 3 | 144 | 50 |
| Binary | 11001101 | 1001 | 0 | 0 | 1100000 | 1100100 | 10100 | 11 | 1100100 | 101000 |
Color Harmonies of #CD0900
Complementary color
Monochromatic Colors of #CD0900
Black with #CD0900
Text Example
Text Example
White with #CD0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0900; }
p { color: rgb(205,9,0); }
H1.HeaderClassName
{
color: #CD0900;
}
.AnyTagClassName
{
color: #CD0900;
}
</style>
background-color css
<style>
a { background-color: #CD0900; }
a { background-color: rgb(205,9,0); }
div.DivClassName
{
background-color: #CD0900;
}
.BgClassName
{
background-color: #CD0900;
}
</style>
border-color css
<style>
span { border-color: #CD0900; }
span { border-color: rgb(205,9,0); }
td.TdClassName
{
border-color: #CD0900;
}
.TagClassName
{
border-color: #CD0900;
}
</style>