Shades of Free Speech Red #C20B04
Tints of Free Speech Red #C20B04
RGB
CMYK
RGB Variations
Color information
#C20B04 (or 0xC20B04) is known color: Free Speech Red. HEX triplet: C2, 0B and 04. RGB value is (194,11,4). Sum of RGB (Red+Green+Blue) = 194+11+4=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20B04 is #3DF4FB. Grayscale: #414141. Windows color (decimal): -4060412 or 265154. OLE color: 265154.
HSL color Cylindrical-coordinate representation of color #C20B04: hue angle of 2.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20B04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.24 |
| HSL | 2.21º | 0.96% | 0.39% | - |
| HSV(B) | 2.21º | 0.98% | 0.76% | - |
| XYZ | 22.39 | 11.72 | 1.2 | - |
| YUV | 64.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 4 | 0 | 0.94 | 0.98 | 0.24 | 2.21 | 0.96 | 0.39 |
| Hex | C2 | B | 4 | 0 | 5E | 62 | 18 | 2 | 60 | 27 |
| Octal | 302 | 13 | 4 | 0 | 136 | 142 | 30 | 2 | 140 | 47 |
| Binary | 11000010 | 1011 | 100 | 0 | 1011110 | 1100010 | 11000 | 10 | 1100000 | 100111 |
Color Harmonies of #C20B04
Complementary color
Monochromatic Colors of #C20B04
Black with #C20B04
Text Example
Text Example
White with #C20B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B04; }
p { color: rgb(194,11,4); }
H1.HeaderClassName
{
color: #C20B04;
}
.AnyTagClassName
{
color: #C20B04;
}
</style>
background-color css
<style>
a { background-color: #C20B04; }
a { background-color: rgb(194,11,4); }
div.DivClassName
{
background-color: #C20B04;
}
.BgClassName
{
background-color: #C20B04;
}
</style>
border-color css
<style>
span { border-color: #C20B04; }
span { border-color: rgb(194,11,4); }
td.TdClassName
{
border-color: #C20B04;
}
.TagClassName
{
border-color: #C20B04;
}
</style>