Shades of Free Speech Red #C80E05
Tints of Free Speech Red #C80E05
RGB
CMYK
RGB Variations
Color information
#C80E05 (or 0xC80E05) is known color: Free Speech Red. HEX triplet: C8, 0E and 05. RGB value is (200,14,5). Sum of RGB (Red+Green+Blue) = 200+14+5=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E05 is #37F1FA. Grayscale: #444444. Windows color (decimal): -3666427 or 331464. OLE color: 331464.
HSL color Cylindrical-coordinate representation of color #C80E05: hue angle of 2.77º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80E05 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 14 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.22 |
| HSL | 2.77º | 0.95% | 0.4% | - |
| HSV(B) | 2.77º | 0.98% | 0.78% | - |
| XYZ | 24 | 12.6 | 1.31 | - |
| YUV | 68.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 14 | 5 | 0 | 0.93 | 0.98 | 0.22 | 2.77 | 0.95 | 0.4 |
| Hex | C8 | E | 5 | 0 | 5D | 62 | 16 | 3 | 5F | 28 |
| Octal | 310 | 16 | 5 | 0 | 135 | 142 | 26 | 3 | 137 | 50 |
| Binary | 11001000 | 1110 | 101 | 0 | 1011101 | 1100010 | 10110 | 11 | 1011111 | 101000 |
Color Harmonies of #C80E05
Complementary color
Monochromatic Colors of #C80E05
Black with #C80E05
Text Example
Text Example
White with #C80E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80E05; }
p { color: rgb(200,14,5); }
H1.HeaderClassName
{
color: #C80E05;
}
.AnyTagClassName
{
color: #C80E05;
}
</style>
background-color css
<style>
a { background-color: #C80E05; }
a { background-color: rgb(200,14,5); }
div.DivClassName
{
background-color: #C80E05;
}
.BgClassName
{
background-color: #C80E05;
}
</style>
border-color css
<style>
span { border-color: #C80E05; }
span { border-color: rgb(200,14,5); }
td.TdClassName
{
border-color: #C80E05;
}
.TagClassName
{
border-color: #C80E05;
}
</style>