Shades of Free Speech Red #CA0503
Tints of Free Speech Red #CA0503
RGB
CMYK
RGB Variations
Color information
#CA0503 (or 0xCA0503) is known color: Free Speech Red. HEX triplet: CA, 05 and 03. RGB value is (202,5,3). Sum of RGB (Red+Green+Blue) = 202+5+3=210 (27% of max value = 765). Red value is 202 (79.30% from 255 or 96.19% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0503 is #35FAFC. Grayscale: #3F3F3F. Windows color (decimal): -3537661 or 198090. OLE color: 198090.
HSL color Cylindrical-coordinate representation of color #CA0503: hue angle of 0.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0503 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.21 |
| HSL | 0.6º | 0.97% | 0.4% | - |
| HSV(B) | 0.6º | 0.99% | 0.79% | - |
| XYZ | 24.43 | 12.67 | 1.24 | - |
| YUV | 63.68 | 93.77 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 3 | 0 | 0.98 | 0.99 | 0.21 | 0.6 | 0.97 | 0.4 |
| Hex | CA | 5 | 3 | 0 | 62 | 63 | 15 | 1 | 61 | 28 |
| Octal | 312 | 5 | 3 | 0 | 142 | 143 | 25 | 1 | 141 | 50 |
| Binary | 11001010 | 101 | 11 | 0 | 1100010 | 1100011 | 10101 | 1 | 1100001 | 101000 |
Color Harmonies of #CA0503
Complementary color
Monochromatic Colors of #CA0503
Black with #CA0503
Text Example
Text Example
White with #CA0503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0503; }
p { color: rgb(202,5,3); }
H1.HeaderClassName
{
color: #CA0503;
}
.AnyTagClassName
{
color: #CA0503;
}
</style>
background-color css
<style>
a { background-color: #CA0503; }
a { background-color: rgb(202,5,3); }
div.DivClassName
{
background-color: #CA0503;
}
.BgClassName
{
background-color: #CA0503;
}
</style>
border-color css
<style>
span { border-color: #CA0503; }
span { border-color: rgb(202,5,3); }
td.TdClassName
{
border-color: #CA0503;
}
.TagClassName
{
border-color: #CA0503;
}
</style>