Shades of Free Speech Red #CC1803
Tints of Free Speech Red #CC1803
RGB
CMYK
RGB Variations
Color information
#CC1803 (or 0xCC1803) is known color: Free Speech Red. HEX triplet: CC, 18 and 03. RGB value is (204,24,3). Sum of RGB (Red+Green+Blue) = 204+24+3=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1803 is #33E7FC. Grayscale: #4B4B4B. Windows color (decimal): -3401725 or 202956. OLE color: 202956.
HSL color Cylindrical-coordinate representation of color #CC1803: hue angle of 6.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC1803 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.2 |
| HSL | 6.27º | 0.97% | 0.41% | - |
| HSV(B) | 6.27º | 0.99% | 0.8% | - |
| XYZ | 25.24 | 13.5 | 1.36 | - |
| YUV | 75.43 | 87.13 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 3 | 0 | 0.88 | 0.99 | 0.2 | 6.27 | 0.97 | 0.41 |
| Hex | CC | 18 | 3 | 0 | 58 | 63 | 14 | 6 | 61 | 29 |
| Octal | 314 | 30 | 3 | 0 | 130 | 143 | 24 | 6 | 141 | 51 |
| Binary | 11001100 | 11000 | 11 | 0 | 1011000 | 1100011 | 10100 | 110 | 1100001 | 101001 |
Color Harmonies of #CC1803
Complementary color
Monochromatic Colors of #CC1803
Black with #CC1803
Text Example
Text Example
White with #CC1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1803; }
p { color: rgb(204,24,3); }
H1.HeaderClassName
{
color: #CC1803;
}
.AnyTagClassName
{
color: #CC1803;
}
</style>
background-color css
<style>
a { background-color: #CC1803; }
a { background-color: rgb(204,24,3); }
div.DivClassName
{
background-color: #CC1803;
}
.BgClassName
{
background-color: #CC1803;
}
</style>
border-color css
<style>
span { border-color: #CC1803; }
span { border-color: rgb(204,24,3); }
td.TdClassName
{
border-color: #CC1803;
}
.TagClassName
{
border-color: #CC1803;
}
</style>