Shades of Free Speech Red #C80801
Tints of Free Speech Red #C80801
RGB
CMYK
RGB Variations
Color information
#C80801 (or 0xC80801) is known color: Free Speech Red. HEX triplet: C8, 08 and 01. RGB value is (200,8,1). Sum of RGB (Red+Green+Blue) = 200+8+1=209 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.69% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 200 - color contains mainly: red. Hex color #C80801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80801 is #37F7FE. Grayscale: #404040. Windows color (decimal): -3667967 or 67784. OLE color: 67784.
HSL color Cylindrical-coordinate representation of color #C80801: hue angle of 2.11º 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 #C80801 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.22 |
| HSL | 2.11º | 0.99% | 0.39% | - |
| HSV(B) | 2.11º | 1% | 0.78% | - |
| XYZ | 23.91 | 12.46 | 1.17 | - |
| YUV | 64.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 1 | 0 | 0.96 | 1.00 | 0.22 | 2.11 | 0.99 | 0.39 |
| Hex | C8 | 8 | 1 | 0 | 60 | 64 | 16 | 2 | 63 | 27 |
| Octal | 310 | 10 | 1 | 0 | 140 | 144 | 26 | 2 | 143 | 47 |
| Binary | 11001000 | 1000 | 1 | 0 | 1100000 | 1100100 | 10110 | 10 | 1100011 | 100111 |
Color Harmonies of #C80801
Complementary color
Monochromatic Colors of #C80801
Black with #C80801
Text Example
Text Example
White with #C80801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80801; }
p { color: rgb(200,8,1); }
H1.HeaderClassName
{
color: #C80801;
}
.AnyTagClassName
{
color: #C80801;
}
</style>
background-color css
<style>
a { background-color: #C80801; }
a { background-color: rgb(200,8,1); }
div.DivClassName
{
background-color: #C80801;
}
.BgClassName
{
background-color: #C80801;
}
</style>
border-color css
<style>
span { border-color: #C80801; }
span { border-color: rgb(200,8,1); }
td.TdClassName
{
border-color: #C80801;
}
.TagClassName
{
border-color: #C80801;
}
</style>