Shades of Free Speech Red #C80F0A
Tints of Free Speech Red #C80F0A
RGB
CMYK
RGB Variations
Color information
#C80F0A (or 0xC80F0A) is known color: Free Speech Red. HEX triplet: C8, 0F and 0A. RGB value is (200,15,10). Sum of RGB (Red+Green+Blue) = 200+15+10=225 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.89% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F0A is #37F0F5. Grayscale: #454545. Windows color (decimal): -3666166 or 659400. OLE color: 659400.
HSL color Cylindrical-coordinate representation of color #C80F0A: hue angle of 1.58º degrees, saturation: 0.9, 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 #C80F0A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 10 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.22 |
| HSL | 1.58º | 0.9% | 0.41% | - |
| HSV(B) | 1.58º | 0.95% | 0.78% | - |
| XYZ | 24.05 | 12.64 | 1.46 | - |
| YUV | 69.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 10 | 0 | 0.92 | 0.95 | 0.22 | 1.58 | 0.9 | 0.41 |
| Hex | C8 | F | A | 0 | 5C | 5F | 16 | 2 | 5A | 29 |
| Octal | 310 | 17 | 12 | 0 | 134 | 137 | 26 | 2 | 132 | 51 |
| Binary | 11001000 | 1111 | 1010 | 0 | 1011100 | 1011111 | 10110 | 10 | 1011010 | 101001 |
Color Harmonies of #C80F0A
Complementary color
Monochromatic Colors of #C80F0A
Black with #C80F0A
Text Example
Text Example
White with #C80F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F0A; }
p { color: rgb(200,15,10); }
H1.HeaderClassName
{
color: #C80F0A;
}
.AnyTagClassName
{
color: #C80F0A;
}
</style>
background-color css
<style>
a { background-color: #C80F0A; }
a { background-color: rgb(200,15,10); }
div.DivClassName
{
background-color: #C80F0A;
}
.BgClassName
{
background-color: #C80F0A;
}
</style>
border-color css
<style>
span { border-color: #C80F0A; }
span { border-color: rgb(200,15,10); }
td.TdClassName
{
border-color: #C80F0A;
}
.TagClassName
{
border-color: #C80F0A;
}
</style>