Shades of Free Speech Red #C81503
Tints of Free Speech Red #C81503
RGB
CMYK
RGB Variations
Color information
#C81503 (or 0xC81503) is known color: Free Speech Red. HEX triplet: C8, 15 and 03. RGB value is (200,21,3). Sum of RGB (Red+Green+Blue) = 200+21+3=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C81503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81503 is #37EAFC. Grayscale: #484848. Windows color (decimal): -3664637 or 202184. OLE color: 202184.
HSL color Cylindrical-coordinate representation of color #C81503: hue angle of 5.48º 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 #C81503 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.22 |
| HSL | 5.48º | 0.97% | 0.4% | - |
| HSV(B) | 5.48º | 0.99% | 0.78% | - |
| XYZ | 24.1 | 12.82 | 1.29 | - |
| YUV | 72.47 | 88.8 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 3 | 0 | 0.90 | 0.98 | 0.22 | 5.48 | 0.97 | 0.4 |
| Hex | C8 | 15 | 3 | 0 | 5A | 62 | 16 | 5 | 61 | 28 |
| Octal | 310 | 25 | 3 | 0 | 132 | 142 | 26 | 5 | 141 | 50 |
| Binary | 11001000 | 10101 | 11 | 0 | 1011010 | 1100010 | 10110 | 101 | 1100001 | 101000 |
Color Harmonies of #C81503
Complementary color
Monochromatic Colors of #C81503
Black with #C81503
Text Example
Text Example
White with #C81503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81503; }
p { color: rgb(200,21,3); }
H1.HeaderClassName
{
color: #C81503;
}
.AnyTagClassName
{
color: #C81503;
}
</style>
background-color css
<style>
a { background-color: #C81503; }
a { background-color: rgb(200,21,3); }
div.DivClassName
{
background-color: #C81503;
}
.BgClassName
{
background-color: #C81503;
}
</style>
border-color css
<style>
span { border-color: #C81503; }
span { border-color: rgb(200,21,3); }
td.TdClassName
{
border-color: #C81503;
}
.TagClassName
{
border-color: #C81503;
}
</style>