Shades of Free Speech Red #CE130F
Tints of Free Speech Red #CE130F
RGB
CMYK
RGB Variations
Color information
#CE130F (or 0xCE130F) is known color: Free Speech Red. HEX triplet: CE, 13 and 0F. RGB value is (206,19,15). Sum of RGB (Red+Green+Blue) = 206+19+15=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE130F is #31ECF0. Grayscale: #4A4A4A. Windows color (decimal): -3271921 or 988110. OLE color: 988110.
HSL color Cylindrical-coordinate representation of color #CE130F: hue angle of 1.26º 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 #CE130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 15 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.19 |
| HSL | 1.26º | 0.86% | 0.43% | - |
| HSV(B) | 1.26º | 0.93% | 0.81% | - |
| XYZ | 25.77 | 13.62 | 1.72 | - |
| YUV | 74.46 | 94.45 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 15 | 0 | 0.91 | 0.93 | 0.19 | 1.26 | 0.86 | 0.43 |
| Hex | CE | 13 | F | 0 | 5B | 5D | 13 | 1 | 56 | 2B |
| Octal | 316 | 23 | 17 | 0 | 133 | 135 | 23 | 1 | 126 | 53 |
| Binary | 11001110 | 10011 | 1111 | 0 | 1011011 | 1011101 | 10011 | 1 | 1010110 | 101011 |
Color Harmonies of #CE130F
Complementary color
Monochromatic Colors of #CE130F
Black with #CE130F
Text Example
Text Example
White with #CE130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE130F; }
p { color: rgb(206,19,15); }
H1.HeaderClassName
{
color: #CE130F;
}
.AnyTagClassName
{
color: #CE130F;
}
</style>
background-color css
<style>
a { background-color: #CE130F; }
a { background-color: rgb(206,19,15); }
div.DivClassName
{
background-color: #CE130F;
}
.BgClassName
{
background-color: #CE130F;
}
</style>
border-color css
<style>
span { border-color: #CE130F; }
span { border-color: rgb(206,19,15); }
td.TdClassName
{
border-color: #CE130F;
}
.TagClassName
{
border-color: #CE130F;
}
</style>