Shades of Free Speech Red #C31204
Tints of Free Speech Red #C31204
RGB
CMYK
RGB Variations
Color information
#C31204 (or 0xC31204) is known color: Free Speech Red. HEX triplet: C3, 12 and 04. RGB value is (195,18,4). Sum of RGB (Red+Green+Blue) = 195+18+4=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C31204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31204 is #3CEDFB. Grayscale: #454545. Windows color (decimal): -3993084 or 266947. OLE color: 266947.
HSL color Cylindrical-coordinate representation of color #C31204: hue angle of 4.4º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C31204 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.24 |
| HSL | 4.4º | 0.96% | 0.39% | - |
| HSV(B) | 4.4º | 0.98% | 0.76% | - |
| XYZ | 22.74 | 12.04 | 1.24 | - |
| YUV | 69.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 4 | 0 | 0.91 | 0.98 | 0.24 | 4.4 | 0.96 | 0.39 |
| Hex | C3 | 12 | 4 | 0 | 5B | 62 | 18 | 4 | 60 | 27 |
| Octal | 303 | 22 | 4 | 0 | 133 | 142 | 30 | 4 | 140 | 47 |
| Binary | 11000011 | 10010 | 100 | 0 | 1011011 | 1100010 | 11000 | 100 | 1100000 | 100111 |
Color Harmonies of #C31204
Complementary color
Monochromatic Colors of #C31204
Black with #C31204
Text Example
Text Example
White with #C31204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31204; }
p { color: rgb(195,18,4); }
H1.HeaderClassName
{
color: #C31204;
}
.AnyTagClassName
{
color: #C31204;
}
</style>
background-color css
<style>
a { background-color: #C31204; }
a { background-color: rgb(195,18,4); }
div.DivClassName
{
background-color: #C31204;
}
.BgClassName
{
background-color: #C31204;
}
</style>
border-color css
<style>
span { border-color: #C31204; }
span { border-color: rgb(195,18,4); }
td.TdClassName
{
border-color: #C31204;
}
.TagClassName
{
border-color: #C31204;
}
</style>