Shades of Free Speech Red #CD0700
Tints of Free Speech Red #CD0700
RGB
CMYK
RGB Variations
Color information
#CD0700 (or 0xCD0700) is known color: Free Speech Red. HEX triplet: CD, 07 and 00. RGB value is (205,7,0). Sum of RGB (Red+Green+Blue) = 205+7+0=212 (28% of max value = 765). Red value is 205 (80.47% from 255 or 96.70% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0700 is #32F8FF. Grayscale: #414141. Windows color (decimal): -3340544 or 1997. OLE color: 1997.
HSL color Cylindrical-coordinate representation of color #CD0700: hue angle of 2.05º 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 #CD0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.20 |
| HSL | 2.05º | 1% | 0.4% | - |
| HSV(B) | 2.05º | 1% | 0.8% | - |
| XYZ | 25.25 | 13.13 | 1.2 | - |
| YUV | 65.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 0 | 0 | 0.97 | 1 | 0.20 | 2.05 | 1 | 0.4 |
| Hex | CD | 7 | 0 | 0 | 61 | 64 | 14 | 2 | 64 | 28 |
| Octal | 315 | 7 | 0 | 0 | 141 | 144 | 24 | 2 | 144 | 50 |
| Binary | 11001101 | 111 | 0 | 0 | 1100001 | 1100100 | 10100 | 10 | 1100100 | 101000 |
Color Harmonies of #CD0700
Complementary color
Monochromatic Colors of #CD0700
Black with #CD0700
Text Example
Text Example
White with #CD0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0700; }
p { color: rgb(205,7,0); }
H1.HeaderClassName
{
color: #CD0700;
}
.AnyTagClassName
{
color: #CD0700;
}
</style>
background-color css
<style>
a { background-color: #CD0700; }
a { background-color: rgb(205,7,0); }
div.DivClassName
{
background-color: #CD0700;
}
.BgClassName
{
background-color: #CD0700;
}
</style>
border-color css
<style>
span { border-color: #CD0700; }
span { border-color: rgb(205,7,0); }
td.TdClassName
{
border-color: #CD0700;
}
.TagClassName
{
border-color: #CD0700;
}
</style>