Shades of Free Speech Red #CF130A
Tints of Free Speech Red #CF130A
RGB
CMYK
RGB Variations
Color information
#CF130A (or 0xCF130A) is known color: Free Speech Red. HEX triplet: CF, 13 and 0A. RGB value is (207,19,10). Sum of RGB (Red+Green+Blue) = 207+19+10=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF130A is #30ECF5. Grayscale: #4A4A4A. Windows color (decimal): -3206390 or 660431. OLE color: 660431.
HSL color Cylindrical-coordinate representation of color #CF130A: hue angle of 2.74º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF130A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.19 |
| HSL | 2.74º | 0.91% | 0.43% | - |
| HSV(B) | 2.74º | 0.95% | 0.81% | - |
| XYZ | 26.02 | 13.75 | 1.57 | - |
| YUV | 74.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 10 | 0 | 0.91 | 0.95 | 0.19 | 2.74 | 0.91 | 0.43 |
| Hex | CF | 13 | A | 0 | 5B | 5F | 13 | 3 | 5B | 2B |
| Octal | 317 | 23 | 12 | 0 | 133 | 137 | 23 | 3 | 133 | 53 |
| Binary | 11001111 | 10011 | 1010 | 0 | 1011011 | 1011111 | 10011 | 11 | 1011011 | 101011 |
Color Harmonies of #CF130A
Complementary color
Monochromatic Colors of #CF130A
Black with #CF130A
Text Example
Text Example
White with #CF130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF130A; }
p { color: rgb(207,19,10); }
H1.HeaderClassName
{
color: #CF130A;
}
.AnyTagClassName
{
color: #CF130A;
}
</style>
background-color css
<style>
a { background-color: #CF130A; }
a { background-color: rgb(207,19,10); }
div.DivClassName
{
background-color: #CF130A;
}
.BgClassName
{
background-color: #CF130A;
}
</style>
border-color css
<style>
span { border-color: #CF130A; }
span { border-color: rgb(207,19,10); }
td.TdClassName
{
border-color: #CF130A;
}
.TagClassName
{
border-color: #CF130A;
}
</style>