Shades of Free Speech Red #C80D00
Tints of Free Speech Red #C80D00
RGB
CMYK
RGB Variations
Color information
#C80D00 (or 0xC80D00) is known color: Free Speech Red. HEX triplet: C8, 0D and 00. RGB value is (200,13,0). Sum of RGB (Red+Green+Blue) = 200+13+0=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D00 is #37F2FF. Grayscale: #434343. Windows color (decimal): -3666688 or 3528. OLE color: 3528.
HSL color Cylindrical-coordinate representation of color #C80D00: hue angle of 3.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.22 |
| HSL | 3.9º | 1% | 0.39% | - |
| HSV(B) | 3.9º | 1% | 0.78% | - |
| XYZ | 23.96 | 12.57 | 1.16 | - |
| YUV | 67.43 | 89.95 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 0 | 0 | 0.94 | 1 | 0.22 | 3.9 | 1 | 0.39 |
| Hex | C8 | D | 0 | 0 | 5E | 64 | 16 | 4 | 64 | 27 |
| Octal | 310 | 15 | 0 | 0 | 136 | 144 | 26 | 4 | 144 | 47 |
| Binary | 11001000 | 1101 | 0 | 0 | 1011110 | 1100100 | 10110 | 100 | 1100100 | 100111 |
Color Harmonies of #C80D00
Complementary color
Monochromatic Colors of #C80D00
Black with #C80D00
Text Example
Text Example
White with #C80D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D00; }
p { color: rgb(200,13,0); }
H1.HeaderClassName
{
color: #C80D00;
}
.AnyTagClassName
{
color: #C80D00;
}
</style>
background-color css
<style>
a { background-color: #C80D00; }
a { background-color: rgb(200,13,0); }
div.DivClassName
{
background-color: #C80D00;
}
.BgClassName
{
background-color: #C80D00;
}
</style>
border-color css
<style>
span { border-color: #C80D00; }
span { border-color: rgb(200,13,0); }
td.TdClassName
{
border-color: #C80D00;
}
.TagClassName
{
border-color: #C80D00;
}
</style>