Shades of Free Speech Red #C71302
Tints of Free Speech Red #C71302
RGB
CMYK
RGB Variations
Color information
#C71302 (or 0xC71302) is known color: Free Speech Red. HEX triplet: C7, 13 and 02. RGB value is (199,19,2). Sum of RGB (Red+Green+Blue) = 199+19+2=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C71302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71302 is #38ECFD. Grayscale: #474747. Windows color (decimal): -3730686 or 136135. OLE color: 136135.
HSL color Cylindrical-coordinate representation of color #C71302: hue angle of 5.18º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C71302 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.22 |
| HSL | 5.18º | 0.98% | 0.39% | - |
| HSV(B) | 5.18º | 0.99% | 0.78% | - |
| XYZ | 23.8 | 12.61 | 1.24 | - |
| YUV | 70.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 2 | 0 | 0.90 | 0.99 | 0.22 | 5.18 | 0.98 | 0.39 |
| Hex | C7 | 13 | 2 | 0 | 5A | 63 | 16 | 5 | 62 | 27 |
| Octal | 307 | 23 | 2 | 0 | 132 | 143 | 26 | 5 | 142 | 47 |
| Binary | 11000111 | 10011 | 10 | 0 | 1011010 | 1100011 | 10110 | 101 | 1100010 | 100111 |
Color Harmonies of #C71302
Complementary color
Monochromatic Colors of #C71302
Black with #C71302
Text Example
Text Example
White with #C71302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71302; }
p { color: rgb(199,19,2); }
H1.HeaderClassName
{
color: #C71302;
}
.AnyTagClassName
{
color: #C71302;
}
</style>
background-color css
<style>
a { background-color: #C71302; }
a { background-color: rgb(199,19,2); }
div.DivClassName
{
background-color: #C71302;
}
.BgClassName
{
background-color: #C71302;
}
</style>
border-color css
<style>
span { border-color: #C71302; }
span { border-color: rgb(199,19,2); }
td.TdClassName
{
border-color: #C71302;
}
.TagClassName
{
border-color: #C71302;
}
</style>