Shades of Free Speech Red #CE180B
Tints of Free Speech Red #CE180B
RGB
CMYK
RGB Variations
Color information
#CE180B (or 0xCE180B) is known color: Free Speech Red. HEX triplet: CE, 18 and 0B. RGB value is (206,24,11). Sum of RGB (Red+Green+Blue) = 206+24+11=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE180B is #31E7F4. Grayscale: #4D4D4D. Windows color (decimal): -3270645 or 727246. OLE color: 727246.
HSL color Cylindrical-coordinate representation of color #CE180B: hue angle of 4º 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 #CE180B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.19 |
| HSL | 4º | 0.9% | 0.43% | - |
| HSV(B) | 4º | 0.95% | 0.81% | - |
| XYZ | 25.84 | 13.8 | 1.62 | - |
| YUV | 76.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 11 | 0 | 0.88 | 0.95 | 0.19 | 4 | 0.9 | 0.43 |
| Hex | CE | 18 | B | 0 | 58 | 5F | 13 | 4 | 5A | 2B |
| Octal | 316 | 30 | 13 | 0 | 130 | 137 | 23 | 4 | 132 | 53 |
| Binary | 11001110 | 11000 | 1011 | 0 | 1011000 | 1011111 | 10011 | 100 | 1011010 | 101011 |
Color Harmonies of #CE180B
Complementary color
Monochromatic Colors of #CE180B
Black with #CE180B
Text Example
Text Example
White with #CE180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE180B; }
p { color: rgb(206,24,11); }
H1.HeaderClassName
{
color: #CE180B;
}
.AnyTagClassName
{
color: #CE180B;
}
</style>
background-color css
<style>
a { background-color: #CE180B; }
a { background-color: rgb(206,24,11); }
div.DivClassName
{
background-color: #CE180B;
}
.BgClassName
{
background-color: #CE180B;
}
</style>
border-color css
<style>
span { border-color: #CE180B; }
span { border-color: rgb(206,24,11); }
td.TdClassName
{
border-color: #CE180B;
}
.TagClassName
{
border-color: #CE180B;
}
</style>