Shades of Crimson #CA0140
Tints of Crimson #CA0140
RGB
CMYK
RGB Variations
Color information
#CA0140 (or 0xCA0140) is known color: Crimson. HEX triplet: CA, 01 and 40. RGB value is (202,1,64). Sum of RGB (Red+Green+Blue) = 202+1+64=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0140 is #35FEBF. Grayscale: #444444. Windows color (decimal): -3538624 or 4194762. OLE color: 4194762.
HSL color Cylindrical-coordinate representation of color #CA0140: hue angle of 341.19º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0140 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.21 |
| HSL | 341.19º | 0.99% | 0.4% | - |
| HSV(B) | 341.19º | 1% | 0.79% | - |
| XYZ | 25.29 | 12.95 | 6.02 | - |
| YUV | 68.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 64 | 0 | 1.00 | 0.68 | 0.21 | 341.19 | 0.99 | 0.4 |
| Hex | CA | 1 | 40 | 0 | 64 | 44 | 15 | 155 | 63 | 28 |
| Octal | 312 | 1 | 100 | 0 | 144 | 104 | 25 | 525 | 143 | 50 |
| Binary | 11001010 | 1 | 1000000 | 0 | 1100100 | 1000100 | 10101 | 101010101 | 1100011 | 101000 |
Color Harmonies of #CA0140
Complementary color
Monochromatic Colors of #CA0140
Black with #CA0140
Text Example
Text Example
White with #CA0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0140; }
p { color: rgb(202,1,64); }
H1.HeaderClassName
{
color: #CA0140;
}
.AnyTagClassName
{
color: #CA0140;
}
</style>
background-color css
<style>
a { background-color: #CA0140; }
a { background-color: rgb(202,1,64); }
div.DivClassName
{
background-color: #CA0140;
}
.BgClassName
{
background-color: #CA0140;
}
</style>
border-color css
<style>
span { border-color: #CA0140; }
span { border-color: rgb(202,1,64); }
td.TdClassName
{
border-color: #CA0140;
}
.TagClassName
{
border-color: #CA0140;
}
</style>