Shades of Free Speech Red #C31209
Tints of Free Speech Red #C31209
RGB
CMYK
RGB Variations
Color information
#C31209 (or 0xC31209) is known color: Free Speech Red. HEX triplet: C3, 12 and 09. RGB value is (195,18,9). Sum of RGB (Red+Green+Blue) = 195+18+9=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C31209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31209 is #3CEDF6. Grayscale: #464646. Windows color (decimal): -3993079 or 594627. OLE color: 594627.
HSL color Cylindrical-coordinate representation of color #C31209: hue angle of 2.9º 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 #C31209 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 9 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.24 |
| HSL | 2.9º | 0.91% | 0.4% | - |
| HSV(B) | 2.9º | 0.95% | 0.76% | - |
| XYZ | 22.77 | 12.05 | 1.39 | - |
| YUV | 69.9 | 93.64 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 9 | 0 | 0.91 | 0.95 | 0.24 | 2.9 | 0.91 | 0.4 |
| Hex | C3 | 12 | 9 | 0 | 5B | 5F | 18 | 3 | 5B | 28 |
| Octal | 303 | 22 | 11 | 0 | 133 | 137 | 30 | 3 | 133 | 50 |
| Binary | 11000011 | 10010 | 1001 | 0 | 1011011 | 1011111 | 11000 | 11 | 1011011 | 101000 |
Color Harmonies of #C31209
Complementary color
Monochromatic Colors of #C31209
Black with #C31209
Text Example
Text Example
White with #C31209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31209; }
p { color: rgb(195,18,9); }
H1.HeaderClassName
{
color: #C31209;
}
.AnyTagClassName
{
color: #C31209;
}
</style>
background-color css
<style>
a { background-color: #C31209; }
a { background-color: rgb(195,18,9); }
div.DivClassName
{
background-color: #C31209;
}
.BgClassName
{
background-color: #C31209;
}
</style>
border-color css
<style>
span { border-color: #C31209; }
span { border-color: rgb(195,18,9); }
td.TdClassName
{
border-color: #C31209;
}
.TagClassName
{
border-color: #C31209;
}
</style>