Shades of Free Speech Red #C91002
Tints of Free Speech Red #C91002
RGB
CMYK
RGB Variations
Color information
#C91002 (or 0xC91002) is known color: Free Speech Red. HEX triplet: C9, 10 and 02. RGB value is (201,16,2). Sum of RGB (Red+Green+Blue) = 201+16+2=219 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.78% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 201 - color contains mainly: red. Hex color #C91002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91002 is #36EFFD. Grayscale: #454545. Windows color (decimal): -3600382 or 135369. OLE color: 135369.
HSL color Cylindrical-coordinate representation of color #C91002: hue angle of 4.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C91002 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.21 |
| HSL | 4.22º | 0.98% | 0.4% | - |
| HSV(B) | 4.22º | 0.99% | 0.79% | - |
| XYZ | 24.28 | 12.79 | 1.25 | - |
| YUV | 69.72 | 89.79 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 2 | 0 | 0.92 | 0.99 | 0.21 | 4.22 | 0.98 | 0.4 |
| Hex | C9 | 10 | 2 | 0 | 5C | 63 | 15 | 4 | 62 | 28 |
| Octal | 311 | 20 | 2 | 0 | 134 | 143 | 25 | 4 | 142 | 50 |
| Binary | 11001001 | 10000 | 10 | 0 | 1011100 | 1100011 | 10101 | 100 | 1100010 | 101000 |
Color Harmonies of #C91002
Complementary color
Monochromatic Colors of #C91002
Black with #C91002
Text Example
Text Example
White with #C91002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91002; }
p { color: rgb(201,16,2); }
H1.HeaderClassName
{
color: #C91002;
}
.AnyTagClassName
{
color: #C91002;
}
</style>
background-color css
<style>
a { background-color: #C91002; }
a { background-color: rgb(201,16,2); }
div.DivClassName
{
background-color: #C91002;
}
.BgClassName
{
background-color: #C91002;
}
</style>
border-color css
<style>
span { border-color: #C91002; }
span { border-color: rgb(201,16,2); }
td.TdClassName
{
border-color: #C91002;
}
.TagClassName
{
border-color: #C91002;
}
</style>