Shades of Free Speech Red #C90E08
Tints of Free Speech Red #C90E08
RGB
CMYK
RGB Variations
Color information
#C90E08 (or 0xC90E08) is known color: Free Speech Red. HEX triplet: C9, 0E and 08. RGB value is (201,14,8). Sum of RGB (Red+Green+Blue) = 201+14+8=223 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.13% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90E08 is #36F1F7. Grayscale: #454545. Windows color (decimal): -3600888 or 528073. OLE color: 528073.
HSL color Cylindrical-coordinate representation of color #C90E08: hue angle of 1.87º 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 #C90E08 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.21 |
| HSL | 1.87º | 0.92% | 0.41% | - |
| HSV(B) | 1.87º | 0.96% | 0.79% | - |
| XYZ | 24.29 | 12.75 | 1.41 | - |
| YUV | 69.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 8 | 0 | 0.93 | 0.96 | 0.21 | 1.87 | 0.92 | 0.41 |
| Hex | C9 | E | 8 | 0 | 5D | 60 | 15 | 2 | 5C | 29 |
| Octal | 311 | 16 | 10 | 0 | 135 | 140 | 25 | 2 | 134 | 51 |
| Binary | 11001001 | 1110 | 1000 | 0 | 1011101 | 1100000 | 10101 | 10 | 1011100 | 101001 |
Color Harmonies of #C90E08
Complementary color
Monochromatic Colors of #C90E08
Black with #C90E08
Text Example
Text Example
White with #C90E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E08; }
p { color: rgb(201,14,8); }
H1.HeaderClassName
{
color: #C90E08;
}
.AnyTagClassName
{
color: #C90E08;
}
</style>
background-color css
<style>
a { background-color: #C90E08; }
a { background-color: rgb(201,14,8); }
div.DivClassName
{
background-color: #C90E08;
}
.BgClassName
{
background-color: #C90E08;
}
</style>
border-color css
<style>
span { border-color: #C90E08; }
span { border-color: rgb(201,14,8); }
td.TdClassName
{
border-color: #C90E08;
}
.TagClassName
{
border-color: #C90E08;
}
</style>