Shades of Free Speech Red #C80F03
Tints of Free Speech Red #C80F03
RGB
CMYK
RGB Variations
Color information
#C80F03 (or 0xC80F03) is known color: Free Speech Red. HEX triplet: C8, 0F and 03. RGB value is (200,15,3). Sum of RGB (Red+Green+Blue) = 200+15+3=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F03 is #37F0FC. Grayscale: #454545. Windows color (decimal): -3666173 or 200648. OLE color: 200648.
HSL color Cylindrical-coordinate representation of color #C80F03: hue angle of 3.65º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80F03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 15 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.22 |
| HSL | 3.65º | 0.97% | 0.4% | - |
| HSV(B) | 3.65º | 0.99% | 0.78% | - |
| XYZ | 24.01 | 12.63 | 1.26 | - |
| YUV | 68.95 | 90.79 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 3 | 0 | 0.92 | 0.98 | 0.22 | 3.65 | 0.97 | 0.4 |
| Hex | C8 | F | 3 | 0 | 5C | 62 | 16 | 4 | 61 | 28 |
| Octal | 310 | 17 | 3 | 0 | 134 | 142 | 26 | 4 | 141 | 50 |
| Binary | 11001000 | 1111 | 11 | 0 | 1011100 | 1100010 | 10110 | 100 | 1100001 | 101000 |
Color Harmonies of #C80F03
Complementary color
Monochromatic Colors of #C80F03
Black with #C80F03
Text Example
Text Example
White with #C80F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80F03; }
p { color: rgb(200,15,3); }
H1.HeaderClassName
{
color: #C80F03;
}
.AnyTagClassName
{
color: #C80F03;
}
</style>
background-color css
<style>
a { background-color: #C80F03; }
a { background-color: rgb(200,15,3); }
div.DivClassName
{
background-color: #C80F03;
}
.BgClassName
{
background-color: #C80F03;
}
</style>
border-color css
<style>
span { border-color: #C80F03; }
span { border-color: rgb(200,15,3); }
td.TdClassName
{
border-color: #C80F03;
}
.TagClassName
{
border-color: #C80F03;
}
</style>