Shades of Free Speech Red #C81409
Tints of Free Speech Red #C81409
RGB
CMYK
RGB Variations
Color information
#C81409 (or 0xC81409) is known color: Free Speech Red. HEX triplet: C8, 14 and 09. RGB value is (200,20,9). Sum of RGB (Red+Green+Blue) = 200+20+9=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C81409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81409 is #37EBF6. Grayscale: #484848. Windows color (decimal): -3664887 or 595144. OLE color: 595144.
HSL color Cylindrical-coordinate representation of color #C81409: hue angle of 3.46º 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 #C81409 is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 9 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.22 |
| HSL | 3.46º | 0.91% | 0.41% | - |
| HSV(B) | 3.46º | 0.96% | 0.78% | - |
| XYZ | 24.12 | 12.8 | 1.46 | - |
| YUV | 72.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 9 | 0 | 0.9 | 0.96 | 0.22 | 3.46 | 0.91 | 0.41 |
| Hex | C8 | 14 | 9 | 0 | 5A | 60 | 16 | 3 | 5B | 29 |
| Octal | 310 | 24 | 11 | 0 | 132 | 140 | 26 | 3 | 133 | 51 |
| Binary | 11001000 | 10100 | 1001 | 0 | 1011010 | 1100000 | 10110 | 11 | 1011011 | 101001 |
Color Harmonies of #C81409
Complementary color
Monochromatic Colors of #C81409
Black with #C81409
Text Example
Text Example
White with #C81409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81409; }
p { color: rgb(200,20,9); }
H1.HeaderClassName
{
color: #C81409;
}
.AnyTagClassName
{
color: #C81409;
}
</style>
background-color css
<style>
a { background-color: #C81409; }
a { background-color: rgb(200,20,9); }
div.DivClassName
{
background-color: #C81409;
}
.BgClassName
{
background-color: #C81409;
}
</style>
border-color css
<style>
span { border-color: #C81409; }
span { border-color: rgb(200,20,9); }
td.TdClassName
{
border-color: #C81409;
}
.TagClassName
{
border-color: #C81409;
}
</style>