Shades of Free Speech Red #C80901
Tints of Free Speech Red #C80901
RGB
CMYK
RGB Variations
Color information
#C80901 (or 0xC80901) is known color: Free Speech Red. HEX triplet: C8, 09 and 01. RGB value is (200,9,1). Sum of RGB (Red+Green+Blue) = 200+9+1=210 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.24% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 200 - color contains mainly: red. Hex color #C80901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80901 is #37F6FE. Grayscale: #414141. Windows color (decimal): -3667711 or 68040. OLE color: 68040.
HSL color Cylindrical-coordinate representation of color #C80901: hue angle of 2.41º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.22 |
| HSL | 2.41º | 0.99% | 0.39% | - |
| HSV(B) | 2.41º | 1% | 0.78% | - |
| XYZ | 23.92 | 12.48 | 1.18 | - |
| YUV | 65.2 | 91.78 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 1 | 0 | 0.96 | 1.00 | 0.22 | 2.41 | 0.99 | 0.39 |
| Hex | C8 | 9 | 1 | 0 | 60 | 64 | 16 | 2 | 63 | 27 |
| Octal | 310 | 11 | 1 | 0 | 140 | 144 | 26 | 2 | 143 | 47 |
| Binary | 11001000 | 1001 | 1 | 0 | 1100000 | 1100100 | 10110 | 10 | 1100011 | 100111 |
Color Harmonies of #C80901
Complementary color
Monochromatic Colors of #C80901
Black with #C80901
Text Example
Text Example
White with #C80901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80901; }
p { color: rgb(200,9,1); }
H1.HeaderClassName
{
color: #C80901;
}
.AnyTagClassName
{
color: #C80901;
}
</style>
background-color css
<style>
a { background-color: #C80901; }
a { background-color: rgb(200,9,1); }
div.DivClassName
{
background-color: #C80901;
}
.BgClassName
{
background-color: #C80901;
}
</style>
border-color css
<style>
span { border-color: #C80901; }
span { border-color: rgb(200,9,1); }
td.TdClassName
{
border-color: #C80901;
}
.TagClassName
{
border-color: #C80901;
}
</style>