Shades of Free Speech Red #C80301
Tints of Free Speech Red #C80301
RGB
CMYK
RGB Variations
Color information
#C80301 (or 0xC80301) is known color: Free Speech Red. HEX triplet: C8, 03 and 01. RGB value is (200,3,1). Sum of RGB (Red+Green+Blue) = 200+3+1=204 (27% of max value = 765). Red value is 200 (78.52% from 255 or 98.04% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 200 - color contains mainly: red. Hex color #C80301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80301 is #37FCFE. Grayscale: #3D3D3D. Windows color (decimal): -3669247 or 66504. OLE color: 66504.
HSL color Cylindrical-coordinate representation of color #C80301: hue angle of 0.6º 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 #C80301 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.22 |
| HSL | 0.6º | 0.99% | 0.39% | - |
| HSV(B) | 0.6º | 1% | 0.78% | - |
| XYZ | 23.86 | 12.35 | 1.15 | - |
| YUV | 61.68 | 93.77 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 1 | 0 | 0.98 | 1.00 | 0.22 | 0.6 | 0.99 | 0.39 |
| Hex | C8 | 3 | 1 | 0 | 62 | 64 | 16 | 1 | 63 | 27 |
| Octal | 310 | 3 | 1 | 0 | 142 | 144 | 26 | 1 | 143 | 47 |
| Binary | 11001000 | 11 | 1 | 0 | 1100010 | 1100100 | 10110 | 1 | 1100011 | 100111 |
Color Harmonies of #C80301
Complementary color
Monochromatic Colors of #C80301
Black with #C80301
Text Example
Text Example
White with #C80301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80301; }
p { color: rgb(200,3,1); }
H1.HeaderClassName
{
color: #C80301;
}
.AnyTagClassName
{
color: #C80301;
}
</style>
background-color css
<style>
a { background-color: #C80301; }
a { background-color: rgb(200,3,1); }
div.DivClassName
{
background-color: #C80301;
}
.BgClassName
{
background-color: #C80301;
}
</style>
border-color css
<style>
span { border-color: #C80301; }
span { border-color: rgb(200,3,1); }
td.TdClassName
{
border-color: #C80301;
}
.TagClassName
{
border-color: #C80301;
}
</style>