Shades of Free Speech Red #C31502
Tints of Free Speech Red #C31502
RGB
CMYK
RGB Variations
Color information
#C31502 (or 0xC31502) is known color: Free Speech Red. HEX triplet: C3, 15 and 02. RGB value is (195,21,2). Sum of RGB (Red+Green+Blue) = 195+21+2=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C31502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31502 is #3CEAFD. Grayscale: #474747. Windows color (decimal): -3992318 or 136643. OLE color: 136643.
HSL color Cylindrical-coordinate representation of color #C31502: hue angle of 5.91º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C31502 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.24 |
| HSL | 5.91º | 0.98% | 0.39% | - |
| HSV(B) | 5.91º | 0.99% | 0.76% | - |
| XYZ | 22.78 | 12.14 | 1.2 | - |
| YUV | 70.86 | 89.15 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 2 | 0 | 0.89 | 0.99 | 0.24 | 5.91 | 0.98 | 0.39 |
| Hex | C3 | 15 | 2 | 0 | 59 | 63 | 18 | 6 | 62 | 27 |
| Octal | 303 | 25 | 2 | 0 | 131 | 143 | 30 | 6 | 142 | 47 |
| Binary | 11000011 | 10101 | 10 | 0 | 1011001 | 1100011 | 11000 | 110 | 1100010 | 100111 |
Color Harmonies of #C31502
Complementary color
Monochromatic Colors of #C31502
Black with #C31502
Text Example
Text Example
White with #C31502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31502; }
p { color: rgb(195,21,2); }
H1.HeaderClassName
{
color: #C31502;
}
.AnyTagClassName
{
color: #C31502;
}
</style>
background-color css
<style>
a { background-color: #C31502; }
a { background-color: rgb(195,21,2); }
div.DivClassName
{
background-color: #C31502;
}
.BgClassName
{
background-color: #C31502;
}
</style>
border-color css
<style>
span { border-color: #C31502; }
span { border-color: rgb(195,21,2); }
td.TdClassName
{
border-color: #C31502;
}
.TagClassName
{
border-color: #C31502;
}
</style>