Shades of Free Speech Red #CA1300
Tints of Free Speech Red #CA1300
RGB
CMYK
RGB Variations
Color information
#CA1300 (or 0xCA1300) is known color: Free Speech Red. HEX triplet: CA, 13 and 00. RGB value is (202,19,0). Sum of RGB (Red+Green+Blue) = 202+19+0=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1300 is #35ECFF. Grayscale: #474747. Windows color (decimal): -3534080 or 5066. OLE color: 5066.
HSL color Cylindrical-coordinate representation of color #CA1300: hue angle of 5.64º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA1300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.21 |
| HSL | 5.64º | 1% | 0.4% | - |
| HSV(B) | 5.64º | 1% | 0.79% | - |
| XYZ | 24.59 | 13.02 | 1.22 | - |
| YUV | 71.55 | 87.63 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 0 | 0 | 0.91 | 1 | 0.21 | 5.64 | 1 | 0.4 |
| Hex | CA | 13 | 0 | 0 | 5B | 64 | 15 | 6 | 64 | 28 |
| Octal | 312 | 23 | 0 | 0 | 133 | 144 | 25 | 6 | 144 | 50 |
| Binary | 11001010 | 10011 | 0 | 0 | 1011011 | 1100100 | 10101 | 110 | 1100100 | 101000 |
Color Harmonies of #CA1300
Complementary color
Monochromatic Colors of #CA1300
Black with #CA1300
Text Example
Text Example
White with #CA1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1300; }
p { color: rgb(202,19,0); }
H1.HeaderClassName
{
color: #CA1300;
}
.AnyTagClassName
{
color: #CA1300;
}
</style>
background-color css
<style>
a { background-color: #CA1300; }
a { background-color: rgb(202,19,0); }
div.DivClassName
{
background-color: #CA1300;
}
.BgClassName
{
background-color: #CA1300;
}
</style>
border-color css
<style>
span { border-color: #CA1300; }
span { border-color: rgb(202,19,0); }
td.TdClassName
{
border-color: #CA1300;
}
.TagClassName
{
border-color: #CA1300;
}
</style>