Shades of Free Speech Red #C80F09
Tints of Free Speech Red #C80F09
RGB
CMYK
RGB Variations
Color information
#C80F09 (or 0xC80F09) is known color: Free Speech Red. HEX triplet: C8, 0F and 09. RGB value is (200,15,9). Sum of RGB (Red+Green+Blue) = 200+15+9=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F09 is #37F0F6. Grayscale: #454545. Windows color (decimal): -3666167 or 593864. OLE color: 593864.
HSL color Cylindrical-coordinate representation of color #C80F09: hue angle of 1.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80F09 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.22 |
| HSL | 1.88º | 0.91% | 0.41% | - |
| HSV(B) | 1.88º | 0.96% | 0.78% | - |
| XYZ | 24.04 | 12.64 | 1.43 | - |
| YUV | 69.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 9 | 0 | 0.92 | 0.96 | 0.22 | 1.88 | 0.91 | 0.41 |
| Hex | C8 | F | 9 | 0 | 5C | 60 | 16 | 2 | 5B | 29 |
| Octal | 310 | 17 | 11 | 0 | 134 | 140 | 26 | 2 | 133 | 51 |
| Binary | 11001000 | 1111 | 1001 | 0 | 1011100 | 1100000 | 10110 | 10 | 1011011 | 101001 |
Color Harmonies of #C80F09
Complementary color
Monochromatic Colors of #C80F09
Black with #C80F09
Text Example
Text Example
White with #C80F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F09; }
p { color: rgb(200,15,9); }
H1.HeaderClassName
{
color: #C80F09;
}
.AnyTagClassName
{
color: #C80F09;
}
</style>
background-color css
<style>
a { background-color: #C80F09; }
a { background-color: rgb(200,15,9); }
div.DivClassName
{
background-color: #C80F09;
}
.BgClassName
{
background-color: #C80F09;
}
</style>
border-color css
<style>
span { border-color: #C80F09; }
span { border-color: rgb(200,15,9); }
td.TdClassName
{
border-color: #C80F09;
}
.TagClassName
{
border-color: #C80F09;
}
</style>