Shades of Crimson #CA0D4A
Tints of Crimson #CA0D4A
RGB
CMYK
RGB Variations
Color information
#CA0D4A (or 0xCA0D4A) is known color: Crimson. HEX triplet: CA, 0D and 4A. RGB value is (202,13,74). Sum of RGB (Red+Green+Blue) = 202+13+74=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D4A is #35F2B5. Grayscale: #4C4C4C. Windows color (decimal): -3535542 or 4853194. OLE color: 4853194.
HSL color Cylindrical-coordinate representation of color #CA0D4A: hue angle of 340.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D4A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.21 |
| HSL | 340.63º | 0.88% | 0.42% | - |
| HSV(B) | 340.63º | 0.94% | 0.79% | - |
| XYZ | 25.74 | 13.34 | 7.7 | - |
| YUV | 76.47 | 126.62 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 74 | 0 | 0.94 | 0.63 | 0.21 | 340.63 | 0.88 | 0.42 |
| Hex | CA | D | 4A | 0 | 5E | 3F | 15 | 155 | 58 | 2A |
| Octal | 312 | 15 | 112 | 0 | 136 | 77 | 25 | 525 | 130 | 52 |
| Binary | 11001010 | 1101 | 1001010 | 0 | 1011110 | 111111 | 10101 | 101010101 | 1011000 | 101010 |
Color Harmonies of #CA0D4A
Complementary color
Monochromatic Colors of #CA0D4A
Black with #CA0D4A
Text Example
Text Example
White with #CA0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D4A; }
p { color: rgb(202,13,74); }
H1.HeaderClassName
{
color: #CA0D4A;
}
.AnyTagClassName
{
color: #CA0D4A;
}
</style>
background-color css
<style>
a { background-color: #CA0D4A; }
a { background-color: rgb(202,13,74); }
div.DivClassName
{
background-color: #CA0D4A;
}
.BgClassName
{
background-color: #CA0D4A;
}
</style>
border-color css
<style>
span { border-color: #CA0D4A; }
span { border-color: rgb(202,13,74); }
td.TdClassName
{
border-color: #CA0D4A;
}
.TagClassName
{
border-color: #CA0D4A;
}
</style>