Shades of Free Speech Red #C31009
Tints of Free Speech Red #C31009
RGB
CMYK
RGB Variations
Color information
#C31009 (or 0xC31009) is known color: Free Speech Red. HEX triplet: C3, 10 and 09. RGB value is (195,16,9). Sum of RGB (Red+Green+Blue) = 195+16+9=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C31009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31009 is #3CEFF6. Grayscale: #444444. Windows color (decimal): -3993591 or 594115. OLE color: 594115.
HSL color Cylindrical-coordinate representation of color #C31009: hue angle of 2.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C31009 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.24 |
| HSL | 2.26º | 0.91% | 0.4% | - |
| HSV(B) | 2.26º | 0.95% | 0.76% | - |
| XYZ | 22.74 | 11.99 | 1.37 | - |
| YUV | 68.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 9 | 0 | 0.92 | 0.95 | 0.24 | 2.26 | 0.91 | 0.4 |
| Hex | C3 | 10 | 9 | 0 | 5C | 5F | 18 | 2 | 5B | 28 |
| Octal | 303 | 20 | 11 | 0 | 134 | 137 | 30 | 2 | 133 | 50 |
| Binary | 11000011 | 10000 | 1001 | 0 | 1011100 | 1011111 | 11000 | 10 | 1011011 | 101000 |
Color Harmonies of #C31009
Complementary color
Monochromatic Colors of #C31009
Black with #C31009
Text Example
Text Example
White with #C31009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31009; }
p { color: rgb(195,16,9); }
H1.HeaderClassName
{
color: #C31009;
}
.AnyTagClassName
{
color: #C31009;
}
</style>
background-color css
<style>
a { background-color: #C31009; }
a { background-color: rgb(195,16,9); }
div.DivClassName
{
background-color: #C31009;
}
.BgClassName
{
background-color: #C31009;
}
</style>
border-color css
<style>
span { border-color: #C31009; }
span { border-color: rgb(195,16,9); }
td.TdClassName
{
border-color: #C31009;
}
.TagClassName
{
border-color: #C31009;
}
</style>