Shades of Free Speech Red #C60B02
Tints of Free Speech Red #C60B02
RGB
CMYK
RGB Variations
Color information
#C60B02 (or 0xC60B02) is known color: Free Speech Red. HEX triplet: C6, 0B and 02. RGB value is (198,11,2). Sum of RGB (Red+Green+Blue) = 198+11+2=211 (27% of max value = 765). Red value is 198 (77.73% from 255 or 93.84% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B02 is #39F4FD. Grayscale: #424242. Windows color (decimal): -3798270 or 134086. OLE color: 134086.
HSL color Cylindrical-coordinate representation of color #C60B02: hue angle of 2.76º 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 #C60B02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.22 |
| HSL | 2.76º | 0.98% | 0.39% | - |
| HSV(B) | 2.76º | 0.99% | 0.78% | - |
| XYZ | 23.42 | 12.25 | 1.19 | - |
| YUV | 65.89 | 91.95 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 2 | 0 | 0.94 | 0.99 | 0.22 | 2.76 | 0.98 | 0.39 |
| Hex | C6 | B | 2 | 0 | 5E | 63 | 16 | 3 | 62 | 27 |
| Octal | 306 | 13 | 2 | 0 | 136 | 143 | 26 | 3 | 142 | 47 |
| Binary | 11000110 | 1011 | 10 | 0 | 1011110 | 1100011 | 10110 | 11 | 1100010 | 100111 |
Color Harmonies of #C60B02
Complementary color
Monochromatic Colors of #C60B02
Black with #C60B02
Text Example
Text Example
White with #C60B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B02; }
p { color: rgb(198,11,2); }
H1.HeaderClassName
{
color: #C60B02;
}
.AnyTagClassName
{
color: #C60B02;
}
</style>
background-color css
<style>
a { background-color: #C60B02; }
a { background-color: rgb(198,11,2); }
div.DivClassName
{
background-color: #C60B02;
}
.BgClassName
{
background-color: #C60B02;
}
</style>
border-color css
<style>
span { border-color: #C60B02; }
span { border-color: rgb(198,11,2); }
td.TdClassName
{
border-color: #C60B02;
}
.TagClassName
{
border-color: #C60B02;
}
</style>