Shades of Free Speech Red #CF1502
Tints of Free Speech Red #CF1502
RGB
CMYK
RGB Variations
Color information
#CF1502 (or 0xCF1502) is known color: Free Speech Red. HEX triplet: CF, 15 and 02. RGB value is (207,21,2). Sum of RGB (Red+Green+Blue) = 207+21+2=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1502 is #30EAFD. Grayscale: #4A4A4A. Windows color (decimal): -3205886 or 136655. OLE color: 136655.
HSL color Cylindrical-coordinate representation of color #CF1502: hue angle of 5.56º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF1502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.19 |
| HSL | 5.56º | 0.98% | 0.41% | - |
| HSV(B) | 5.56º | 0.99% | 0.81% | - |
| XYZ | 26.01 | 13.81 | 1.35 | - |
| YUV | 74.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 2 | 0 | 0.90 | 0.99 | 0.19 | 5.56 | 0.98 | 0.41 |
| Hex | CF | 15 | 2 | 0 | 5A | 63 | 13 | 6 | 62 | 29 |
| Octal | 317 | 25 | 2 | 0 | 132 | 143 | 23 | 6 | 142 | 51 |
| Binary | 11001111 | 10101 | 10 | 0 | 1011010 | 1100011 | 10011 | 110 | 1100010 | 101001 |
Color Harmonies of #CF1502
Complementary color
Monochromatic Colors of #CF1502
Black with #CF1502
Text Example
Text Example
White with #CF1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1502; }
p { color: rgb(207,21,2); }
H1.HeaderClassName
{
color: #CF1502;
}
.AnyTagClassName
{
color: #CF1502;
}
</style>
background-color css
<style>
a { background-color: #CF1502; }
a { background-color: rgb(207,21,2); }
div.DivClassName
{
background-color: #CF1502;
}
.BgClassName
{
background-color: #CF1502;
}
</style>
border-color css
<style>
span { border-color: #CF1502; }
span { border-color: rgb(207,21,2); }
td.TdClassName
{
border-color: #CF1502;
}
.TagClassName
{
border-color: #CF1502;
}
</style>