Shades of Free Speech Red #CA1313
Tints of Free Speech Red #CA1313
RGB
CMYK
RGB Variations
Color information
#CA1313 (or 0xCA1313) is known color: Free Speech Red. HEX triplet: CA, 13 and 13. RGB value is (202,19,19). Sum of RGB (Red+Green+Blue) = 202+19+19=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1313 is #35ECEC. Grayscale: #494949. Windows color (decimal): -3534061 or 1250250. OLE color: 1250250.
HSL color Cylindrical-coordinate representation of color #CA1313: hue angle of 0º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1313 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 19 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.21 |
| HSL | 0º | 0.83% | 0.43% | - |
| HSV(B) | 0º | 0.91% | 0.79% | - |
| XYZ | 24.71 | 13.07 | 1.84 | - |
| YUV | 73.72 | 97.13 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 19 | 0 | 0.91 | 0.91 | 0.21 | 0 | 0.83 | 0.43 |
| Hex | CA | 13 | 13 | 0 | 5B | 5B | 15 | 0 | 53 | 2B |
| Octal | 312 | 23 | 23 | 0 | 133 | 133 | 25 | 0 | 123 | 53 |
| Binary | 11001010 | 10011 | 10011 | 0 | 1011011 | 1011011 | 10101 | 0 | 1010011 | 101011 |
Color Harmonies of #CA1313
Complementary color
Monochromatic Colors of #CA1313
Black with #CA1313
Text Example
Text Example
White with #CA1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1313; }
p { color: rgb(202,19,19); }
H1.HeaderClassName
{
color: #CA1313;
}
.AnyTagClassName
{
color: #CA1313;
}
</style>
background-color css
<style>
a { background-color: #CA1313; }
a { background-color: rgb(202,19,19); }
div.DivClassName
{
background-color: #CA1313;
}
.BgClassName
{
background-color: #CA1313;
}
</style>
border-color css
<style>
span { border-color: #CA1313; }
span { border-color: rgb(202,19,19); }
td.TdClassName
{
border-color: #CA1313;
}
.TagClassName
{
border-color: #CA1313;
}
</style>