Shades of Free Speech Red #CA1008
Tints of Free Speech Red #CA1008
RGB
CMYK
RGB Variations
Color information
#CA1008 (or 0xCA1008) is known color: Free Speech Red. HEX triplet: CA, 10 and 08. RGB value is (202,16,8). Sum of RGB (Red+Green+Blue) = 202+16+8=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1008 is #35EFF7. Grayscale: #464646. Windows color (decimal): -3534840 or 528586. OLE color: 528586.
HSL color Cylindrical-coordinate representation of color #CA1008: hue angle of 2.47º 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 #CA1008 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.21 |
| HSL | 2.47º | 0.92% | 0.41% | - |
| HSV(B) | 2.47º | 0.96% | 0.79% | - |
| XYZ | 24.59 | 12.94 | 1.43 | - |
| YUV | 70.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 8 | 0 | 0.92 | 0.96 | 0.21 | 2.47 | 0.92 | 0.41 |
| Hex | CA | 10 | 8 | 0 | 5C | 60 | 15 | 2 | 5C | 29 |
| Octal | 312 | 20 | 10 | 0 | 134 | 140 | 25 | 2 | 134 | 51 |
| Binary | 11001010 | 10000 | 1000 | 0 | 1011100 | 1100000 | 10101 | 10 | 1011100 | 101001 |
Color Harmonies of #CA1008
Complementary color
Monochromatic Colors of #CA1008
Black with #CA1008
Text Example
Text Example
White with #CA1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1008; }
p { color: rgb(202,16,8); }
H1.HeaderClassName
{
color: #CA1008;
}
.AnyTagClassName
{
color: #CA1008;
}
</style>
background-color css
<style>
a { background-color: #CA1008; }
a { background-color: rgb(202,16,8); }
div.DivClassName
{
background-color: #CA1008;
}
.BgClassName
{
background-color: #CA1008;
}
</style>
border-color css
<style>
span { border-color: #CA1008; }
span { border-color: rgb(202,16,8); }
td.TdClassName
{
border-color: #CA1008;
}
.TagClassName
{
border-color: #CA1008;
}
</style>