Shades of Free Speech Red #CF140B
Tints of Free Speech Red #CF140B
RGB
CMYK
RGB Variations
Color information
#CF140B (or 0xCF140B) is known color: Free Speech Red. HEX triplet: CF, 14 and 0B. RGB value is (207,20,11). Sum of RGB (Red+Green+Blue) = 207+20+11=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF140B is #30EBF4. Grayscale: #4B4B4B. Windows color (decimal): -3206133 or 726223. OLE color: 726223.
HSL color Cylindrical-coordinate representation of color #CF140B: hue angle of 2.76º degrees, saturation: 0.9, 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 #CF140B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.19 |
| HSL | 2.76º | 0.9% | 0.43% | - |
| HSV(B) | 2.76º | 0.95% | 0.81% | - |
| XYZ | 26.04 | 13.79 | 1.61 | - |
| YUV | 74.89 | 91.95 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 11 | 0 | 0.90 | 0.95 | 0.19 | 2.76 | 0.9 | 0.43 |
| Hex | CF | 14 | B | 0 | 5A | 5F | 13 | 3 | 5A | 2B |
| Octal | 317 | 24 | 13 | 0 | 132 | 137 | 23 | 3 | 132 | 53 |
| Binary | 11001111 | 10100 | 1011 | 0 | 1011010 | 1011111 | 10011 | 11 | 1011010 | 101011 |
Color Harmonies of #CF140B
Complementary color
Monochromatic Colors of #CF140B
Black with #CF140B
Text Example
Text Example
White with #CF140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF140B; }
p { color: rgb(207,20,11); }
H1.HeaderClassName
{
color: #CF140B;
}
.AnyTagClassName
{
color: #CF140B;
}
</style>
background-color css
<style>
a { background-color: #CF140B; }
a { background-color: rgb(207,20,11); }
div.DivClassName
{
background-color: #CF140B;
}
.BgClassName
{
background-color: #CF140B;
}
</style>
border-color css
<style>
span { border-color: #CF140B; }
span { border-color: rgb(207,20,11); }
td.TdClassName
{
border-color: #CF140B;
}
.TagClassName
{
border-color: #CF140B;
}
</style>