Shades of Free Speech Red #C80F00
Tints of Free Speech Red #C80F00
RGB
CMYK
RGB Variations
Color information
#C80F00 (or 0xC80F00) is known color: Free Speech Red. HEX triplet: C8, 0F and 00. RGB value is (200,15,0). Sum of RGB (Red+Green+Blue) = 200+15+0=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F00 is #37F0FF. Grayscale: #444444. Windows color (decimal): -3666176 or 4040. OLE color: 4040.
HSL color Cylindrical-coordinate representation of color #C80F00: hue angle of 4.5º 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 #C80F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.22 |
| HSL | 4.5º | 1% | 0.39% | - |
| HSV(B) | 4.5º | 1% | 0.78% | - |
| XYZ | 23.99 | 12.62 | 1.17 | - |
| YUV | 68.61 | 89.29 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 0 | 0 | 0.92 | 1 | 0.22 | 4.5 | 1 | 0.39 |
| Hex | C8 | F | 0 | 0 | 5C | 64 | 16 | 4 | 64 | 27 |
| Octal | 310 | 17 | 0 | 0 | 134 | 144 | 26 | 4 | 144 | 47 |
| Binary | 11001000 | 1111 | 0 | 0 | 1011100 | 1100100 | 10110 | 100 | 1100100 | 100111 |
Color Harmonies of #C80F00
Complementary color
Monochromatic Colors of #C80F00
Black with #C80F00
Text Example
Text Example
White with #C80F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F00; }
p { color: rgb(200,15,0); }
H1.HeaderClassName
{
color: #C80F00;
}
.AnyTagClassName
{
color: #C80F00;
}
</style>
background-color css
<style>
a { background-color: #C80F00; }
a { background-color: rgb(200,15,0); }
div.DivClassName
{
background-color: #C80F00;
}
.BgClassName
{
background-color: #C80F00;
}
</style>
border-color css
<style>
span { border-color: #C80F00; }
span { border-color: rgb(200,15,0); }
td.TdClassName
{
border-color: #C80F00;
}
.TagClassName
{
border-color: #C80F00;
}
</style>