Shades of Free Speech Red #CA1908
Tints of Free Speech Red #CA1908
RGB
CMYK
RGB Variations
Color information
#CA1908 (or 0xCA1908) is known color: Free Speech Red. HEX triplet: CA, 19 and 08. RGB value is (202,25,8). Sum of RGB (Red+Green+Blue) = 202+25+8=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1908 is #35E6F7. Grayscale: #4C4C4C. Windows color (decimal): -3532536 or 530890. OLE color: 530890.
HSL color Cylindrical-coordinate representation of color #CA1908: hue angle of 5.26º 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 #CA1908 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.21 |
| HSL | 5.26º | 0.92% | 0.41% | - |
| HSV(B) | 5.26º | 0.96% | 0.79% | - |
| XYZ | 24.75 | 13.27 | 1.49 | - |
| YUV | 75.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 8 | 0 | 0.88 | 0.96 | 0.21 | 5.26 | 0.92 | 0.41 |
| Hex | CA | 19 | 8 | 0 | 58 | 60 | 15 | 5 | 5C | 29 |
| Octal | 312 | 31 | 10 | 0 | 130 | 140 | 25 | 5 | 134 | 51 |
| Binary | 11001010 | 11001 | 1000 | 0 | 1011000 | 1100000 | 10101 | 101 | 1011100 | 101001 |
Color Harmonies of #CA1908
Complementary color
Monochromatic Colors of #CA1908
Black with #CA1908
Text Example
Text Example
White with #CA1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1908; }
p { color: rgb(202,25,8); }
H1.HeaderClassName
{
color: #CA1908;
}
.AnyTagClassName
{
color: #CA1908;
}
</style>
background-color css
<style>
a { background-color: #CA1908; }
a { background-color: rgb(202,25,8); }
div.DivClassName
{
background-color: #CA1908;
}
.BgClassName
{
background-color: #CA1908;
}
</style>
border-color css
<style>
span { border-color: #CA1908; }
span { border-color: rgb(202,25,8); }
td.TdClassName
{
border-color: #CA1908;
}
.TagClassName
{
border-color: #CA1908;
}
</style>