Shades of Free Speech Red #CA1508
Tints of Free Speech Red #CA1508
RGB
CMYK
RGB Variations
Color information
#CA1508 (or 0xCA1508) is known color: Free Speech Red. HEX triplet: CA, 15 and 08. RGB value is (202,21,8). Sum of RGB (Red+Green+Blue) = 202+21+8=231 (30% of max value = 765). Red value is 202 (79.30% from 255 or 87.45% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1508 is #35EAF7. Grayscale: #494949. Windows color (decimal): -3533560 or 529866. OLE color: 529866.
HSL color Cylindrical-coordinate representation of color #CA1508: hue angle of 4.02º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA1508 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.21 |
| HSL | 4.02º | 0.92% | 0.41% | - |
| HSV(B) | 4.02º | 0.96% | 0.79% | - |
| XYZ | 24.67 | 13.11 | 1.46 | - |
| YUV | 73.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 8 | 0 | 0.90 | 0.96 | 0.21 | 4.02 | 0.92 | 0.41 |
| Hex | CA | 15 | 8 | 0 | 5A | 60 | 15 | 4 | 5C | 29 |
| Octal | 312 | 25 | 10 | 0 | 132 | 140 | 25 | 4 | 134 | 51 |
| Binary | 11001010 | 10101 | 1000 | 0 | 1011010 | 1100000 | 10101 | 100 | 1011100 | 101001 |
Color Harmonies of #CA1508
Complementary color
Monochromatic Colors of #CA1508
Black with #CA1508
Text Example
Text Example
White with #CA1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1508; }
p { color: rgb(202,21,8); }
H1.HeaderClassName
{
color: #CA1508;
}
.AnyTagClassName
{
color: #CA1508;
}
</style>
background-color css
<style>
a { background-color: #CA1508; }
a { background-color: rgb(202,21,8); }
div.DivClassName
{
background-color: #CA1508;
}
.BgClassName
{
background-color: #CA1508;
}
</style>
border-color css
<style>
span { border-color: #CA1508; }
span { border-color: rgb(202,21,8); }
td.TdClassName
{
border-color: #CA1508;
}
.TagClassName
{
border-color: #CA1508;
}
</style>