Shades of Free Speech Red #C31C01
Tints of Free Speech Red #C31C01
RGB
CMYK
RGB Variations
Color information
#C31C01 (or 0xC31C01) is known color: Free Speech Red. HEX triplet: C3, 1C and 01. RGB value is (195,28,1). Sum of RGB (Red+Green+Blue) = 195+28+1=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C01 is #3CE3FE. Grayscale: #4B4B4B. Windows color (decimal): -3990527 or 72899. OLE color: 72899.
HSL color Cylindrical-coordinate representation of color #C31C01: hue angle of 8.35º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C31C01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.24 |
| HSL | 8.35º | 0.99% | 0.38% | - |
| HSV(B) | 8.35º | 0.99% | 0.76% | - |
| XYZ | 22.93 | 12.43 | 1.22 | - |
| YUV | 74.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 1 | 0 | 0.86 | 0.99 | 0.24 | 8.35 | 0.99 | 0.38 |
| Hex | C3 | 1C | 1 | 0 | 56 | 63 | 18 | 8 | 63 | 26 |
| Octal | 303 | 34 | 1 | 0 | 126 | 143 | 30 | 10 | 143 | 46 |
| Binary | 11000011 | 11100 | 1 | 0 | 1010110 | 1100011 | 11000 | 1000 | 1100011 | 100110 |
Color Harmonies of #C31C01
Complementary color
Monochromatic Colors of #C31C01
Black with #C31C01
Text Example
Text Example
White with #C31C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C01; }
p { color: rgb(195,28,1); }
H1.HeaderClassName
{
color: #C31C01;
}
.AnyTagClassName
{
color: #C31C01;
}
</style>
background-color css
<style>
a { background-color: #C31C01; }
a { background-color: rgb(195,28,1); }
div.DivClassName
{
background-color: #C31C01;
}
.BgClassName
{
background-color: #C31C01;
}
</style>
border-color css
<style>
span { border-color: #C31C01; }
span { border-color: rgb(195,28,1); }
td.TdClassName
{
border-color: #C31C01;
}
.TagClassName
{
border-color: #C31C01;
}
</style>