Shades of Free Speech Red #C30302
Tints of Free Speech Red #C30302
RGB
CMYK
RGB Variations
Color information
#C30302 (or 0xC30302) is known color: Free Speech Red. HEX triplet: C3, 03 and 02. RGB value is (195,3,2). Sum of RGB (Red+Green+Blue) = 195+3+2=200 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 195 - color contains mainly: red. Hex color #C30302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30302 is #3CFCFD. Grayscale: #3C3C3C. Windows color (decimal): -3996926 or 132035. OLE color: 132035.
HSL color Cylindrical-coordinate representation of color #C30302: hue angle of 0.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.24 |
| HSL | 0.31º | 0.98% | 0.39% | - |
| HSV(B) | 0.31º | 0.99% | 0.76% | - |
| XYZ | 22.55 | 11.67 | 1.12 | - |
| YUV | 60.29 | 95.11 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 2 | 0 | 0.98 | 0.99 | 0.24 | 0.31 | 0.98 | 0.39 |
| Hex | C3 | 3 | 2 | 0 | 62 | 63 | 18 | 0 | 62 | 27 |
| Octal | 303 | 3 | 2 | 0 | 142 | 143 | 30 | 0 | 142 | 47 |
| Binary | 11000011 | 11 | 10 | 0 | 1100010 | 1100011 | 11000 | 0 | 1100010 | 100111 |
Color Harmonies of #C30302
Complementary color
Monochromatic Colors of #C30302
Black with #C30302
Text Example
Text Example
White with #C30302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30302; }
p { color: rgb(195,3,2); }
H1.HeaderClassName
{
color: #C30302;
}
.AnyTagClassName
{
color: #C30302;
}
</style>
background-color css
<style>
a { background-color: #C30302; }
a { background-color: rgb(195,3,2); }
div.DivClassName
{
background-color: #C30302;
}
.BgClassName
{
background-color: #C30302;
}
</style>
border-color css
<style>
span { border-color: #C30302; }
span { border-color: rgb(195,3,2); }
td.TdClassName
{
border-color: #C30302;
}
.TagClassName
{
border-color: #C30302;
}
</style>