Shades of Free Speech Red #CF0A03
Tints of Free Speech Red #CF0A03
RGB
CMYK
RGB Variations
Color information
#CF0A03 (or 0xCF0A03) is known color: Free Speech Red. HEX triplet: CF, 0A and 03. RGB value is (207,10,3). Sum of RGB (Red+Green+Blue) = 207+10+3=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0A03 is #30F5FC. Grayscale: #444444. Windows color (decimal): -3208701 or 199375. OLE color: 199375.
HSL color Cylindrical-coordinate representation of color #CF0A03: hue angle of 2.06º degrees, saturation: 0.97, 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 #CF0A03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.19 |
| HSL | 2.06º | 0.97% | 0.41% | - |
| HSV(B) | 2.06º | 0.99% | 0.81% | - |
| XYZ | 25.86 | 13.49 | 1.33 | - |
| YUV | 68.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 3 | 0 | 0.95 | 0.99 | 0.19 | 2.06 | 0.97 | 0.41 |
| Hex | CF | A | 3 | 0 | 5F | 63 | 13 | 2 | 61 | 29 |
| Octal | 317 | 12 | 3 | 0 | 137 | 143 | 23 | 2 | 141 | 51 |
| Binary | 11001111 | 1010 | 11 | 0 | 1011111 | 1100011 | 10011 | 10 | 1100001 | 101001 |
Color Harmonies of #CF0A03
Complementary color
Monochromatic Colors of #CF0A03
Black with #CF0A03
Text Example
Text Example
White with #CF0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A03; }
p { color: rgb(207,10,3); }
H1.HeaderClassName
{
color: #CF0A03;
}
.AnyTagClassName
{
color: #CF0A03;
}
</style>
background-color css
<style>
a { background-color: #CF0A03; }
a { background-color: rgb(207,10,3); }
div.DivClassName
{
background-color: #CF0A03;
}
.BgClassName
{
background-color: #CF0A03;
}
</style>
border-color css
<style>
span { border-color: #CF0A03; }
span { border-color: rgb(207,10,3); }
td.TdClassName
{
border-color: #CF0A03;
}
.TagClassName
{
border-color: #CF0A03;
}
</style>