Shades of Free Speech Red #C71303
Tints of Free Speech Red #C71303
RGB
CMYK
RGB Variations
Color information
#C71303 (or 0xC71303) is known color: Free Speech Red. HEX triplet: C7, 13 and 03. RGB value is (199,19,3). Sum of RGB (Red+Green+Blue) = 199+19+3=221 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.05% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 199 - color contains mainly: red. Hex color #C71303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71303 is #38ECFC. Grayscale: #474747. Windows color (decimal): -3730685 or 201671. OLE color: 201671.
HSL color Cylindrical-coordinate representation of color #C71303: hue angle of 4.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C71303 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.22 |
| HSL | 4.9º | 0.97% | 0.4% | - |
| HSV(B) | 4.9º | 0.98% | 0.78% | - |
| XYZ | 23.8 | 12.61 | 1.27 | - |
| YUV | 71 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 3 | 0 | 0.90 | 0.98 | 0.22 | 4.9 | 0.97 | 0.4 |
| Hex | C7 | 13 | 3 | 0 | 5A | 62 | 16 | 5 | 61 | 28 |
| Octal | 307 | 23 | 3 | 0 | 132 | 142 | 26 | 5 | 141 | 50 |
| Binary | 11000111 | 10011 | 11 | 0 | 1011010 | 1100010 | 10110 | 101 | 1100001 | 101000 |
Color Harmonies of #C71303
Complementary color
Monochromatic Colors of #C71303
Black with #C71303
Text Example
Text Example
White with #C71303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71303; }
p { color: rgb(199,19,3); }
H1.HeaderClassName
{
color: #C71303;
}
.AnyTagClassName
{
color: #C71303;
}
</style>
background-color css
<style>
a { background-color: #C71303; }
a { background-color: rgb(199,19,3); }
div.DivClassName
{
background-color: #C71303;
}
.BgClassName
{
background-color: #C71303;
}
</style>
border-color css
<style>
span { border-color: #C71303; }
span { border-color: rgb(199,19,3); }
td.TdClassName
{
border-color: #C71303;
}
.TagClassName
{
border-color: #C71303;
}
</style>