Shades of Free Speech Red #CE170F
Tints of Free Speech Red #CE170F
RGB
CMYK
RGB Variations
Color information
#CE170F (or 0xCE170F) is known color: Free Speech Red. HEX triplet: CE, 17 and 0F. RGB value is (206,23,15). Sum of RGB (Red+Green+Blue) = 206+23+15=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE170F is #31E8F0. Grayscale: #4D4D4D. Windows color (decimal): -3270897 or 989134. OLE color: 989134.
HSL color Cylindrical-coordinate representation of color #CE170F: hue angle of 2.51º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE170F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.19 |
| HSL | 2.51º | 0.86% | 0.43% | - |
| HSV(B) | 2.51º | 0.93% | 0.81% | - |
| XYZ | 25.85 | 13.77 | 1.75 | - |
| YUV | 76.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 15 | 0 | 0.89 | 0.93 | 0.19 | 2.51 | 0.86 | 0.43 |
| Hex | CE | 17 | F | 0 | 59 | 5D | 13 | 3 | 56 | 2B |
| Octal | 316 | 27 | 17 | 0 | 131 | 135 | 23 | 3 | 126 | 53 |
| Binary | 11001110 | 10111 | 1111 | 0 | 1011001 | 1011101 | 10011 | 11 | 1010110 | 101011 |
Color Harmonies of #CE170F
Complementary color
Monochromatic Colors of #CE170F
Black with #CE170F
Text Example
Text Example
White with #CE170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE170F; }
p { color: rgb(206,23,15); }
H1.HeaderClassName
{
color: #CE170F;
}
.AnyTagClassName
{
color: #CE170F;
}
</style>
background-color css
<style>
a { background-color: #CE170F; }
a { background-color: rgb(206,23,15); }
div.DivClassName
{
background-color: #CE170F;
}
.BgClassName
{
background-color: #CE170F;
}
</style>
border-color css
<style>
span { border-color: #CE170F; }
span { border-color: rgb(206,23,15); }
td.TdClassName
{
border-color: #CE170F;
}
.TagClassName
{
border-color: #CE170F;
}
</style>