Shades of Crimson #CA0D4C
Tints of Crimson #CA0D4C
RGB
CMYK
RGB Variations
Color information
#CA0D4C (or 0xCA0D4C) is known color: Crimson. HEX triplet: CA, 0D and 4C. RGB value is (202,13,76). Sum of RGB (Red+Green+Blue) = 202+13+76=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D4C is #35F2B3. Grayscale: #4C4C4C. Windows color (decimal): -3535540 or 4984266. OLE color: 4984266.
HSL color Cylindrical-coordinate representation of color #CA0D4C: hue angle of 340º 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 #CA0D4C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.21 |
| HSL | 340º | 0.88% | 0.42% | - |
| HSV(B) | 340º | 0.94% | 0.79% | - |
| XYZ | 25.81 | 13.37 | 8.06 | - |
| YUV | 76.69 | 127.62 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 76 | 0 | 0.94 | 0.62 | 0.21 | 340 | 0.88 | 0.42 |
| Hex | CA | D | 4C | 0 | 5E | 3E | 15 | 154 | 58 | 2A |
| Octal | 312 | 15 | 114 | 0 | 136 | 76 | 25 | 524 | 130 | 52 |
| Binary | 11001010 | 1101 | 1001100 | 0 | 1011110 | 111110 | 10101 | 101010100 | 1011000 | 101010 |
Color Harmonies of #CA0D4C
Complementary color
Monochromatic Colors of #CA0D4C
Black with #CA0D4C
Text Example
Text Example
White with #CA0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0D4C; }
p { color: rgb(202,13,76); }
H1.HeaderClassName
{
color: #CA0D4C;
}
.AnyTagClassName
{
color: #CA0D4C;
}
</style>
background-color css
<style>
a { background-color: #CA0D4C; }
a { background-color: rgb(202,13,76); }
div.DivClassName
{
background-color: #CA0D4C;
}
.BgClassName
{
background-color: #CA0D4C;
}
</style>
border-color css
<style>
span { border-color: #CA0D4C; }
span { border-color: rgb(202,13,76); }
td.TdClassName
{
border-color: #CA0D4C;
}
.TagClassName
{
border-color: #CA0D4C;
}
</style>