Shades of Free Speech Red #C31702
Tints of Free Speech Red #C31702
RGB
CMYK
RGB Variations
Color information
#C31702 (or 0xC31702) is known color: Free Speech Red. HEX triplet: C3, 17 and 02. RGB value is (195,23,2). Sum of RGB (Red+Green+Blue) = 195+23+2=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C31702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31702 is #3CE8FD. Grayscale: #484848. Windows color (decimal): -3991806 or 137155. OLE color: 137155.
HSL color Cylindrical-coordinate representation of color #C31702: hue angle of 6.53º 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 #C31702 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.24 |
| HSL | 6.53º | 0.98% | 0.39% | - |
| HSV(B) | 6.53º | 0.99% | 0.76% | - |
| XYZ | 22.82 | 12.22 | 1.21 | - |
| YUV | 72.03 | 88.48 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 2 | 0 | 0.88 | 0.99 | 0.24 | 6.53 | 0.98 | 0.39 |
| Hex | C3 | 17 | 2 | 0 | 58 | 63 | 18 | 7 | 62 | 27 |
| Octal | 303 | 27 | 2 | 0 | 130 | 143 | 30 | 7 | 142 | 47 |
| Binary | 11000011 | 10111 | 10 | 0 | 1011000 | 1100011 | 11000 | 111 | 1100010 | 100111 |
Color Harmonies of #C31702
Complementary color
Monochromatic Colors of #C31702
Black with #C31702
Text Example
Text Example
White with #C31702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31702; }
p { color: rgb(195,23,2); }
H1.HeaderClassName
{
color: #C31702;
}
.AnyTagClassName
{
color: #C31702;
}
</style>
background-color css
<style>
a { background-color: #C31702; }
a { background-color: rgb(195,23,2); }
div.DivClassName
{
background-color: #C31702;
}
.BgClassName
{
background-color: #C31702;
}
</style>
border-color css
<style>
span { border-color: #C31702; }
span { border-color: rgb(195,23,2); }
td.TdClassName
{
border-color: #C31702;
}
.TagClassName
{
border-color: #C31702;
}
</style>