Shades of Free Speech Red #C80905
Tints of Free Speech Red #C80905
RGB
CMYK
RGB Variations
Color information
#C80905 (or 0xC80905) is known color: Free Speech Red. HEX triplet: C8, 09 and 05. RGB value is (200,9,5). Sum of RGB (Red+Green+Blue) = 200+9+5=214 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.46% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 200 - color contains mainly: red. Hex color #C80905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80905 is #37F6FA. Grayscale: #414141. Windows color (decimal): -3667707 or 330184. OLE color: 330184.
HSL color Cylindrical-coordinate representation of color #C80905: hue angle of 1.23º 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 #C80905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.22 |
| HSL | 1.23º | 0.95% | 0.4% | - |
| HSV(B) | 1.23º | 0.98% | 0.78% | - |
| XYZ | 23.94 | 12.49 | 1.29 | - |
| YUV | 65.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 5 | 0 | 0.96 | 0.98 | 0.22 | 1.23 | 0.95 | 0.4 |
| Hex | C8 | 9 | 5 | 0 | 60 | 62 | 16 | 1 | 5F | 28 |
| Octal | 310 | 11 | 5 | 0 | 140 | 142 | 26 | 1 | 137 | 50 |
| Binary | 11001000 | 1001 | 101 | 0 | 1100000 | 1100010 | 10110 | 1 | 1011111 | 101000 |
Color Harmonies of #C80905
Complementary color
Monochromatic Colors of #C80905
Black with #C80905
Text Example
Text Example
White with #C80905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80905; }
p { color: rgb(200,9,5); }
H1.HeaderClassName
{
color: #C80905;
}
.AnyTagClassName
{
color: #C80905;
}
</style>
background-color css
<style>
a { background-color: #C80905; }
a { background-color: rgb(200,9,5); }
div.DivClassName
{
background-color: #C80905;
}
.BgClassName
{
background-color: #C80905;
}
</style>
border-color css
<style>
span { border-color: #C80905; }
span { border-color: rgb(200,9,5); }
td.TdClassName
{
border-color: #C80905;
}
.TagClassName
{
border-color: #C80905;
}
</style>