Shades of Free Speech Red #C80303
Tints of Free Speech Red #C80303
RGB
CMYK
RGB Variations
Color information
#C80303 (or 0xC80303) is known color: Free Speech Red. HEX triplet: C8, 03 and 03. RGB value is (200,3,3). Sum of RGB (Red+Green+Blue) = 200+3+3=206 (27% of max value = 765). Red value is 200 (78.52% from 255 or 97.09% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 200 - color contains mainly: red. Hex color #C80303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80303 is #37FCFC. Grayscale: #3E3E3E. Windows color (decimal): -3669245 or 197576. OLE color: 197576.
HSL color Cylindrical-coordinate representation of color #C80303: hue angle of 0º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.22 |
| HSL | 0º | 0.97% | 0.4% | - |
| HSV(B) | 0º | 0.99% | 0.78% | - |
| XYZ | 23.87 | 12.35 | 1.21 | - |
| YUV | 61.9 | 94.77 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 3 | 0 | 0.98 | 0.98 | 0.22 | 0 | 0.97 | 0.4 |
| Hex | C8 | 3 | 3 | 0 | 62 | 62 | 16 | 0 | 61 | 28 |
| Octal | 310 | 3 | 3 | 0 | 142 | 142 | 26 | 0 | 141 | 50 |
| Binary | 11001000 | 11 | 11 | 0 | 1100010 | 1100010 | 10110 | 0 | 1100001 | 101000 |
Color Harmonies of #C80303
Complementary color
Monochromatic Colors of #C80303
Black with #C80303
Text Example
Text Example
White with #C80303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80303; }
p { color: rgb(200,3,3); }
H1.HeaderClassName
{
color: #C80303;
}
.AnyTagClassName
{
color: #C80303;
}
</style>
background-color css
<style>
a { background-color: #C80303; }
a { background-color: rgb(200,3,3); }
div.DivClassName
{
background-color: #C80303;
}
.BgClassName
{
background-color: #C80303;
}
</style>
border-color css
<style>
span { border-color: #C80303; }
span { border-color: rgb(200,3,3); }
td.TdClassName
{
border-color: #C80303;
}
.TagClassName
{
border-color: #C80303;
}
</style>