Shades of Free Speech Red #C51403
Tints of Free Speech Red #C51403
RGB
CMYK
RGB Variations
Color information
#C51403 (or 0xC51403) is known color: Free Speech Red. HEX triplet: C5, 14 and 03. RGB value is (197,20,3). Sum of RGB (Red+Green+Blue) = 197+20+3=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51403 is #3AEBFC. Grayscale: #474747. Windows color (decimal): -3861501 or 201925. OLE color: 201925.
HSL color Cylindrical-coordinate representation of color #C51403: hue angle of 5.26º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C51403 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.23 |
| HSL | 5.26º | 0.97% | 0.39% | - |
| HSV(B) | 5.26º | 0.98% | 0.77% | - |
| XYZ | 23.29 | 12.38 | 1.25 | - |
| YUV | 70.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 3 | 0 | 0.90 | 0.98 | 0.23 | 5.26 | 0.97 | 0.39 |
| Hex | C5 | 14 | 3 | 0 | 5A | 62 | 17 | 5 | 61 | 27 |
| Octal | 305 | 24 | 3 | 0 | 132 | 142 | 27 | 5 | 141 | 47 |
| Binary | 11000101 | 10100 | 11 | 0 | 1011010 | 1100010 | 10111 | 101 | 1100001 | 100111 |
Color Harmonies of #C51403
Complementary color
Monochromatic Colors of #C51403
Black with #C51403
Text Example
Text Example
White with #C51403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51403; }
p { color: rgb(197,20,3); }
H1.HeaderClassName
{
color: #C51403;
}
.AnyTagClassName
{
color: #C51403;
}
</style>
background-color css
<style>
a { background-color: #C51403; }
a { background-color: rgb(197,20,3); }
div.DivClassName
{
background-color: #C51403;
}
.BgClassName
{
background-color: #C51403;
}
</style>
border-color css
<style>
span { border-color: #C51403; }
span { border-color: rgb(197,20,3); }
td.TdClassName
{
border-color: #C51403;
}
.TagClassName
{
border-color: #C51403;
}
</style>