Shades of Free Speech Red #C01702
Tints of Free Speech Red #C01702
RGB
CMYK
RGB Variations
Color information
#C01702 (or 0xC01702) is known color: Free Speech Red. HEX triplet: C0, 17 and 02. RGB value is (192,23,2). Sum of RGB (Red+Green+Blue) = 192+23+2=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C01702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01702 is #3FE8FD. Grayscale: #474747. Windows color (decimal): -4188414 or 137152. OLE color: 137152.
HSL color Cylindrical-coordinate representation of color #C01702: hue angle of 6.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C01702 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.25 |
| HSL | 6.63º | 0.98% | 0.38% | - |
| HSV(B) | 6.63º | 0.99% | 0.75% | - |
| XYZ | 22.06 | 11.82 | 1.18 | - |
| YUV | 71.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 2 | 0 | 0.88 | 0.99 | 0.25 | 6.63 | 0.98 | 0.38 |
| Hex | C0 | 17 | 2 | 0 | 58 | 63 | 19 | 7 | 62 | 26 |
| Octal | 300 | 27 | 2 | 0 | 130 | 143 | 31 | 7 | 142 | 46 |
| Binary | 11000000 | 10111 | 10 | 0 | 1011000 | 1100011 | 11001 | 111 | 1100010 | 100110 |
Color Harmonies of #C01702
Complementary color
Monochromatic Colors of #C01702
Black with #C01702
Text Example
Text Example
White with #C01702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01702; }
p { color: rgb(192,23,2); }
H1.HeaderClassName
{
color: #C01702;
}
.AnyTagClassName
{
color: #C01702;
}
</style>
background-color css
<style>
a { background-color: #C01702; }
a { background-color: rgb(192,23,2); }
div.DivClassName
{
background-color: #C01702;
}
.BgClassName
{
background-color: #C01702;
}
</style>
border-color css
<style>
span { border-color: #C01702; }
span { border-color: rgb(192,23,2); }
td.TdClassName
{
border-color: #C01702;
}
.TagClassName
{
border-color: #C01702;
}
</style>