Shades of Free Speech Red #CE1303
Tints of Free Speech Red #CE1303
RGB
CMYK
RGB Variations
Color information
#CE1303 (or 0xCE1303) is known color: Free Speech Red. HEX triplet: CE, 13 and 03. RGB value is (206,19,3). Sum of RGB (Red+Green+Blue) = 206+19+3=228 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.35% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1303 is #31ECFC. Grayscale: #494949. Windows color (decimal): -3271933 or 201678. OLE color: 201678.
HSL color Cylindrical-coordinate representation of color #CE1303: hue angle of 4.73º 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 #CE1303 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.19 |
| HSL | 4.73º | 0.97% | 0.41% | - |
| HSV(B) | 4.73º | 0.99% | 0.81% | - |
| XYZ | 25.7 | 13.59 | 1.36 | - |
| YUV | 73.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 3 | 0 | 0.91 | 0.99 | 0.19 | 4.73 | 0.97 | 0.41 |
| Hex | CE | 13 | 3 | 0 | 5B | 63 | 13 | 5 | 61 | 29 |
| Octal | 316 | 23 | 3 | 0 | 133 | 143 | 23 | 5 | 141 | 51 |
| Binary | 11001110 | 10011 | 11 | 0 | 1011011 | 1100011 | 10011 | 101 | 1100001 | 101001 |
Color Harmonies of #CE1303
Complementary color
Monochromatic Colors of #CE1303
Black with #CE1303
Text Example
Text Example
White with #CE1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1303; }
p { color: rgb(206,19,3); }
H1.HeaderClassName
{
color: #CE1303;
}
.AnyTagClassName
{
color: #CE1303;
}
</style>
background-color css
<style>
a { background-color: #CE1303; }
a { background-color: rgb(206,19,3); }
div.DivClassName
{
background-color: #CE1303;
}
.BgClassName
{
background-color: #CE1303;
}
</style>
border-color css
<style>
span { border-color: #CE1303; }
span { border-color: rgb(206,19,3); }
td.TdClassName
{
border-color: #CE1303;
}
.TagClassName
{
border-color: #CE1303;
}
</style>