Shades of Free Speech Red #C81309
Tints of Free Speech Red #C81309
RGB
CMYK
RGB Variations
Color information
#C81309 (or 0xC81309) is known color: Free Speech Red. HEX triplet: C8, 13 and 09. RGB value is (200,19,9). Sum of RGB (Red+Green+Blue) = 200+19+9=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C81309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81309 is #37ECF6. Grayscale: #484848. Windows color (decimal): -3665143 or 594888. OLE color: 594888.
HSL color Cylindrical-coordinate representation of color #C81309: hue angle of 3.14º 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 #C81309 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.22 |
| HSL | 3.14º | 0.91% | 0.41% | - |
| HSV(B) | 3.14º | 0.96% | 0.78% | - |
| XYZ | 24.1 | 12.76 | 1.45 | - |
| YUV | 71.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 9 | 0 | 0.90 | 0.96 | 0.22 | 3.14 | 0.91 | 0.41 |
| Hex | C8 | 13 | 9 | 0 | 5A | 60 | 16 | 3 | 5B | 29 |
| Octal | 310 | 23 | 11 | 0 | 132 | 140 | 26 | 3 | 133 | 51 |
| Binary | 11001000 | 10011 | 1001 | 0 | 1011010 | 1100000 | 10110 | 11 | 1011011 | 101001 |
Color Harmonies of #C81309
Complementary color
Monochromatic Colors of #C81309
Black with #C81309
Text Example
Text Example
White with #C81309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81309; }
p { color: rgb(200,19,9); }
H1.HeaderClassName
{
color: #C81309;
}
.AnyTagClassName
{
color: #C81309;
}
</style>
background-color css
<style>
a { background-color: #C81309; }
a { background-color: rgb(200,19,9); }
div.DivClassName
{
background-color: #C81309;
}
.BgClassName
{
background-color: #C81309;
}
</style>
border-color css
<style>
span { border-color: #C81309; }
span { border-color: rgb(200,19,9); }
td.TdClassName
{
border-color: #C81309;
}
.TagClassName
{
border-color: #C81309;
}
</style>