Shades of Free Speech Red #C40B08
Tints of Free Speech Red #C40B08
RGB
CMYK
RGB Variations
Color information
#C40B08 (or 0xC40B08) is known color: Free Speech Red. HEX triplet: C4, 0B and 08. RGB value is (196,11,8). Sum of RGB (Red+Green+Blue) = 196+11+8=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40B08 is #3BF4F7. Grayscale: #424242. Windows color (decimal): -3929336 or 527300. OLE color: 527300.
HSL color Cylindrical-coordinate representation of color #C40B08: hue angle of 0.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40B08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.23 |
| HSL | 0.96º | 0.92% | 0.4% | - |
| HSV(B) | 0.96º | 0.96% | 0.77% | - |
| XYZ | 22.93 | 11.99 | 1.34 | - |
| YUV | 65.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 8 | 0 | 0.94 | 0.96 | 0.23 | 0.96 | 0.92 | 0.4 |
| Hex | C4 | B | 8 | 0 | 5E | 60 | 17 | 1 | 5C | 28 |
| Octal | 304 | 13 | 10 | 0 | 136 | 140 | 27 | 1 | 134 | 50 |
| Binary | 11000100 | 1011 | 1000 | 0 | 1011110 | 1100000 | 10111 | 1 | 1011100 | 101000 |
Color Harmonies of #C40B08
Complementary color
Monochromatic Colors of #C40B08
Black with #C40B08
Text Example
Text Example
White with #C40B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B08; }
p { color: rgb(196,11,8); }
H1.HeaderClassName
{
color: #C40B08;
}
.AnyTagClassName
{
color: #C40B08;
}
</style>
background-color css
<style>
a { background-color: #C40B08; }
a { background-color: rgb(196,11,8); }
div.DivClassName
{
background-color: #C40B08;
}
.BgClassName
{
background-color: #C40B08;
}
</style>
border-color css
<style>
span { border-color: #C40B08; }
span { border-color: rgb(196,11,8); }
td.TdClassName
{
border-color: #C40B08;
}
.TagClassName
{
border-color: #C40B08;
}
</style>