Shades of Crimson #CA0D48
Tints of Crimson #CA0D48
RGB
CMYK
RGB Variations
Color information
#CA0D48 (or 0xCA0D48) is known color: Crimson. HEX triplet: CA, 0D and 48. RGB value is (202,13,72). Sum of RGB (Red+Green+Blue) = 202+13+72=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D48 is #35F2B7. Grayscale: #4C4C4C. Windows color (decimal): -3535544 or 4722122. OLE color: 4722122.
HSL color Cylindrical-coordinate representation of color #CA0D48: hue angle of 341.27º 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 #CA0D48 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 72 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.21 |
| HSL | 341.27º | 0.88% | 0.42% | - |
| HSV(B) | 341.27º | 0.94% | 0.79% | - |
| XYZ | 25.67 | 13.31 | 7.35 | - |
| YUV | 76.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 72 | 0 | 0.94 | 0.64 | 0.21 | 341.27 | 0.88 | 0.42 |
| Hex | CA | D | 48 | 0 | 5E | 40 | 15 | 155 | 58 | 2A |
| Octal | 312 | 15 | 110 | 0 | 136 | 100 | 25 | 525 | 130 | 52 |
| Binary | 11001010 | 1101 | 1001000 | 0 | 1011110 | 1000000 | 10101 | 101010101 | 1011000 | 101010 |
Color Harmonies of #CA0D48
Complementary color
Monochromatic Colors of #CA0D48
Black with #CA0D48
Text Example
Text Example
White with #CA0D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D48; }
p { color: rgb(202,13,72); }
H1.HeaderClassName
{
color: #CA0D48;
}
.AnyTagClassName
{
color: #CA0D48;
}
</style>
background-color css
<style>
a { background-color: #CA0D48; }
a { background-color: rgb(202,13,72); }
div.DivClassName
{
background-color: #CA0D48;
}
.BgClassName
{
background-color: #CA0D48;
}
</style>
border-color css
<style>
span { border-color: #CA0D48; }
span { border-color: rgb(202,13,72); }
td.TdClassName
{
border-color: #CA0D48;
}
.TagClassName
{
border-color: #CA0D48;
}
</style>