Shades of Free Speech Red #CA1303
Tints of Free Speech Red #CA1303
RGB
CMYK
RGB Variations
Color information
#CA1303 (or 0xCA1303) is known color: Free Speech Red. HEX triplet: CA, 13 and 03. RGB value is (202,19,3). Sum of RGB (Red+Green+Blue) = 202+19+3=224 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.18% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1303 is #35ECFC. Grayscale: #484848. Windows color (decimal): -3534077 or 201674. OLE color: 201674.
HSL color Cylindrical-coordinate representation of color #CA1303: hue angle of 4.82º 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 #CA1303 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.21 |
| HSL | 4.82º | 0.97% | 0.4% | - |
| HSV(B) | 4.82º | 0.99% | 0.79% | - |
| XYZ | 24.61 | 13.03 | 1.3 | - |
| YUV | 71.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 3 | 0 | 0.91 | 0.99 | 0.21 | 4.82 | 0.97 | 0.4 |
| Hex | CA | 13 | 3 | 0 | 5B | 63 | 15 | 5 | 61 | 28 |
| Octal | 312 | 23 | 3 | 0 | 133 | 143 | 25 | 5 | 141 | 50 |
| Binary | 11001010 | 10011 | 11 | 0 | 1011011 | 1100011 | 10101 | 101 | 1100001 | 101000 |
Color Harmonies of #CA1303
Complementary color
Monochromatic Colors of #CA1303
Black with #CA1303
Text Example
Text Example
White with #CA1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1303; }
p { color: rgb(202,19,3); }
H1.HeaderClassName
{
color: #CA1303;
}
.AnyTagClassName
{
color: #CA1303;
}
</style>
background-color css
<style>
a { background-color: #CA1303; }
a { background-color: rgb(202,19,3); }
div.DivClassName
{
background-color: #CA1303;
}
.BgClassName
{
background-color: #CA1303;
}
</style>
border-color css
<style>
span { border-color: #CA1303; }
span { border-color: rgb(202,19,3); }
td.TdClassName
{
border-color: #CA1303;
}
.TagClassName
{
border-color: #CA1303;
}
</style>