Shades of Free Speech Red #C81509
Tints of Free Speech Red #C81509
RGB
CMYK
RGB Variations
Color information
#C81509 (or 0xC81509) is known color: Free Speech Red. HEX triplet: C8, 15 and 09. RGB value is (200,21,9). Sum of RGB (Red+Green+Blue) = 200+21+9=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C81509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81509 is #37EAF6. Grayscale: #494949. Windows color (decimal): -3664631 or 595400. OLE color: 595400.
HSL color Cylindrical-coordinate representation of color #C81509: hue angle of 3.77º 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 #C81509 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.22 |
| HSL | 3.77º | 0.91% | 0.41% | - |
| HSV(B) | 3.77º | 0.96% | 0.78% | - |
| XYZ | 24.14 | 12.84 | 1.46 | - |
| YUV | 73.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 9 | 0 | 0.90 | 0.96 | 0.22 | 3.77 | 0.91 | 0.41 |
| Hex | C8 | 15 | 9 | 0 | 5A | 60 | 16 | 4 | 5B | 29 |
| Octal | 310 | 25 | 11 | 0 | 132 | 140 | 26 | 4 | 133 | 51 |
| Binary | 11001000 | 10101 | 1001 | 0 | 1011010 | 1100000 | 10110 | 100 | 1011011 | 101001 |
Color Harmonies of #C81509
Complementary color
Monochromatic Colors of #C81509
Black with #C81509
Text Example
Text Example
White with #C81509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81509; }
p { color: rgb(200,21,9); }
H1.HeaderClassName
{
color: #C81509;
}
.AnyTagClassName
{
color: #C81509;
}
</style>
background-color css
<style>
a { background-color: #C81509; }
a { background-color: rgb(200,21,9); }
div.DivClassName
{
background-color: #C81509;
}
.BgClassName
{
background-color: #C81509;
}
</style>
border-color css
<style>
span { border-color: #C81509; }
span { border-color: rgb(200,21,9); }
td.TdClassName
{
border-color: #C81509;
}
.TagClassName
{
border-color: #C81509;
}
</style>