Shades of Free Speech Red #C61802
Tints of Free Speech Red #C61802
RGB
CMYK
RGB Variations
Color information
#C61802 (or 0xC61802) is known color: Free Speech Red. HEX triplet: C6, 18 and 02. RGB value is (198,24,2). Sum of RGB (Red+Green+Blue) = 198+24+2=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61802 is #39E7FD. Grayscale: #494949. Windows color (decimal): -3794942 or 137414. OLE color: 137414.
HSL color Cylindrical-coordinate representation of color #C61802: hue angle of 6.73º 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 #C61802 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.22 |
| HSL | 6.73º | 0.98% | 0.39% | - |
| HSV(B) | 6.73º | 0.99% | 0.78% | - |
| XYZ | 23.63 | 12.66 | 1.26 | - |
| YUV | 73.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 2 | 0 | 0.88 | 0.99 | 0.22 | 6.73 | 0.98 | 0.39 |
| Hex | C6 | 18 | 2 | 0 | 58 | 63 | 16 | 7 | 62 | 27 |
| Octal | 306 | 30 | 2 | 0 | 130 | 143 | 26 | 7 | 142 | 47 |
| Binary | 11000110 | 11000 | 10 | 0 | 1011000 | 1100011 | 10110 | 111 | 1100010 | 100111 |
Color Harmonies of #C61802
Complementary color
Monochromatic Colors of #C61802
Black with #C61802
Text Example
Text Example
White with #C61802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61802; }
p { color: rgb(198,24,2); }
H1.HeaderClassName
{
color: #C61802;
}
.AnyTagClassName
{
color: #C61802;
}
</style>
background-color css
<style>
a { background-color: #C61802; }
a { background-color: rgb(198,24,2); }
div.DivClassName
{
background-color: #C61802;
}
.BgClassName
{
background-color: #C61802;
}
</style>
border-color css
<style>
span { border-color: #C61802; }
span { border-color: rgb(198,24,2); }
td.TdClassName
{
border-color: #C61802;
}
.TagClassName
{
border-color: #C61802;
}
</style>