Shades of Free Speech Red #C30F02
Tints of Free Speech Red #C30F02
RGB
CMYK
RGB Variations
Color information
#C30F02 (or 0xC30F02) is known color: Free Speech Red. HEX triplet: C3, 0F and 02. RGB value is (195,15,2). Sum of RGB (Red+Green+Blue) = 195+15+2=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F02 is #3CF0FD. Grayscale: #434343. Windows color (decimal): -3993854 or 135107. OLE color: 135107.
HSL color Cylindrical-coordinate representation of color #C30F02: hue angle of 4.04º 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 #C30F02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.04º | 0.98% | 0.39% | - |
| HSV(B) | 4.04º | 0.99% | 0.76% | - |
| XYZ | 22.69 | 11.95 | 1.17 | - |
| YUV | 67.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 2 | 0 | 0.92 | 0.99 | 0.24 | 4.04 | 0.98 | 0.39 |
| Hex | C3 | F | 2 | 0 | 5C | 63 | 18 | 4 | 62 | 27 |
| Octal | 303 | 17 | 2 | 0 | 134 | 143 | 30 | 4 | 142 | 47 |
| Binary | 11000011 | 1111 | 10 | 0 | 1011100 | 1100011 | 11000 | 100 | 1100010 | 100111 |
Color Harmonies of #C30F02
Complementary color
Monochromatic Colors of #C30F02
Black with #C30F02
Text Example
Text Example
White with #C30F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F02; }
p { color: rgb(195,15,2); }
H1.HeaderClassName
{
color: #C30F02;
}
.AnyTagClassName
{
color: #C30F02;
}
</style>
background-color css
<style>
a { background-color: #C30F02; }
a { background-color: rgb(195,15,2); }
div.DivClassName
{
background-color: #C30F02;
}
.BgClassName
{
background-color: #C30F02;
}
</style>
border-color css
<style>
span { border-color: #C30F02; }
span { border-color: rgb(195,15,2); }
td.TdClassName
{
border-color: #C30F02;
}
.TagClassName
{
border-color: #C30F02;
}
</style>