Shades of Free Speech Red #C91208
Tints of Free Speech Red #C91208
RGB
CMYK
RGB Variations
Color information
#C91208 (or 0xC91208) is known color: Free Speech Red. HEX triplet: C9, 12 and 08. RGB value is (201,18,8). Sum of RGB (Red+Green+Blue) = 201+18+8=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C91208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91208 is #36EDF7. Grayscale: #474747. Windows color (decimal): -3599864 or 529097. OLE color: 529097.
HSL color Cylindrical-coordinate representation of color #C91208: hue angle of 3.11º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C91208 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 8 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.21 |
| HSL | 3.11º | 0.92% | 0.41% | - |
| HSV(B) | 3.11º | 0.96% | 0.79% | - |
| XYZ | 24.35 | 12.87 | 1.43 | - |
| YUV | 71.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 8 | 0 | 0.91 | 0.96 | 0.21 | 3.11 | 0.92 | 0.41 |
| Hex | C9 | 12 | 8 | 0 | 5B | 60 | 15 | 3 | 5C | 29 |
| Octal | 311 | 22 | 10 | 0 | 133 | 140 | 25 | 3 | 134 | 51 |
| Binary | 11001001 | 10010 | 1000 | 0 | 1011011 | 1100000 | 10101 | 11 | 1011100 | 101001 |
Color Harmonies of #C91208
Complementary color
Monochromatic Colors of #C91208
Black with #C91208
Text Example
Text Example
White with #C91208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91208; }
p { color: rgb(201,18,8); }
H1.HeaderClassName
{
color: #C91208;
}
.AnyTagClassName
{
color: #C91208;
}
</style>
background-color css
<style>
a { background-color: #C91208; }
a { background-color: rgb(201,18,8); }
div.DivClassName
{
background-color: #C91208;
}
.BgClassName
{
background-color: #C91208;
}
</style>
border-color css
<style>
span { border-color: #C91208; }
span { border-color: rgb(201,18,8); }
td.TdClassName
{
border-color: #C91208;
}
.TagClassName
{
border-color: #C91208;
}
</style>