Shades of Free Speech Red #C30B01
Tints of Free Speech Red #C30B01
RGB
CMYK
RGB Variations
Color information
#C30B01 (or 0xC30B01) is known color: Free Speech Red. HEX triplet: C3, 0B and 01. RGB value is (195,11,1). Sum of RGB (Red+Green+Blue) = 195+11+1=207 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.20% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B01 is #3CF4FE. Grayscale: #414141. Windows color (decimal): -3994879 or 68547. OLE color: 68547.
HSL color Cylindrical-coordinate representation of color #C30B01: hue angle of 3.09º 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 #C30B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.24 |
| HSL | 3.09º | 0.99% | 0.38% | - |
| HSV(B) | 3.09º | 0.99% | 0.76% | - |
| XYZ | 22.63 | 11.84 | 1.12 | - |
| YUV | 64.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 1 | 0 | 0.94 | 0.99 | 0.24 | 3.09 | 0.99 | 0.38 |
| Hex | C3 | B | 1 | 0 | 5E | 63 | 18 | 3 | 63 | 26 |
| Octal | 303 | 13 | 1 | 0 | 136 | 143 | 30 | 3 | 143 | 46 |
| Binary | 11000011 | 1011 | 1 | 0 | 1011110 | 1100011 | 11000 | 11 | 1100011 | 100110 |
Color Harmonies of #C30B01
Complementary color
Monochromatic Colors of #C30B01
Black with #C30B01
Text Example
Text Example
White with #C30B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B01; }
p { color: rgb(195,11,1); }
H1.HeaderClassName
{
color: #C30B01;
}
.AnyTagClassName
{
color: #C30B01;
}
</style>
background-color css
<style>
a { background-color: #C30B01; }
a { background-color: rgb(195,11,1); }
div.DivClassName
{
background-color: #C30B01;
}
.BgClassName
{
background-color: #C30B01;
}
</style>
border-color css
<style>
span { border-color: #C30B01; }
span { border-color: rgb(195,11,1); }
td.TdClassName
{
border-color: #C30B01;
}
.TagClassName
{
border-color: #C30B01;
}
</style>