Shades of Free Speech Red #C90D06
Tints of Free Speech Red #C90D06
RGB
CMYK
RGB Variations
Color information
#C90D06 (or 0xC90D06) is known color: Free Speech Red. HEX triplet: C9, 0D and 06. RGB value is (201,13,6). Sum of RGB (Red+Green+Blue) = 201+13+6=220 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90D06 is #36F2F9. Grayscale: #444444. Windows color (decimal): -3601146 or 396745. OLE color: 396745.
HSL color Cylindrical-coordinate representation of color #C90D06: hue angle of 2.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90D06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 13 | 6 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.21 |
| HSL | 2.15º | 0.94% | 0.41% | - |
| HSV(B) | 2.15º | 0.97% | 0.79% | - |
| XYZ | 24.26 | 12.72 | 1.35 | - |
| YUV | 68.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 6 | 0 | 0.94 | 0.97 | 0.21 | 2.15 | 0.94 | 0.41 |
| Hex | C9 | D | 6 | 0 | 5E | 61 | 15 | 2 | 5E | 29 |
| Octal | 311 | 15 | 6 | 0 | 136 | 141 | 25 | 2 | 136 | 51 |
| Binary | 11001001 | 1101 | 110 | 0 | 1011110 | 1100001 | 10101 | 10 | 1011110 | 101001 |
Color Harmonies of #C90D06
Complementary color
Monochromatic Colors of #C90D06
Black with #C90D06
Text Example
Text Example
White with #C90D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90D06; }
p { color: rgb(201,13,6); }
H1.HeaderClassName
{
color: #C90D06;
}
.AnyTagClassName
{
color: #C90D06;
}
</style>
background-color css
<style>
a { background-color: #C90D06; }
a { background-color: rgb(201,13,6); }
div.DivClassName
{
background-color: #C90D06;
}
.BgClassName
{
background-color: #C90D06;
}
</style>
border-color css
<style>
span { border-color: #C90D06; }
span { border-color: rgb(201,13,6); }
td.TdClassName
{
border-color: #C90D06;
}
.TagClassName
{
border-color: #C90D06;
}
</style>