Shades of Crimson #CA0C44
Tints of Crimson #CA0C44
RGB
CMYK
RGB Variations
Color information
#CA0C44 (or 0xCA0C44) is known color: Crimson. HEX triplet: CA, 0C and 44. RGB value is (202,12,68). Sum of RGB (Red+Green+Blue) = 202+12+68=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0C44 is #35F3BB. Grayscale: #4B4B4B. Windows color (decimal): -3535804 or 4459722. OLE color: 4459722.
HSL color Cylindrical-coordinate representation of color #CA0C44: hue angle of 342.32º degrees, saturation: 0.89, 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 #CA0C44 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 68 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.21 |
| HSL | 342.32º | 0.89% | 0.42% | - |
| HSV(B) | 342.32º | 0.94% | 0.79% | - |
| XYZ | 25.53 | 13.24 | 6.68 | - |
| YUV | 75.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 68 | 0 | 0.94 | 0.66 | 0.21 | 342.32 | 0.89 | 0.42 |
| Hex | CA | C | 44 | 0 | 5E | 42 | 15 | 156 | 59 | 2A |
| Octal | 312 | 14 | 104 | 0 | 136 | 102 | 25 | 526 | 131 | 52 |
| Binary | 11001010 | 1100 | 1000100 | 0 | 1011110 | 1000010 | 10101 | 101010110 | 1011001 | 101010 |
Color Harmonies of #CA0C44
Complementary color
Monochromatic Colors of #CA0C44
Black with #CA0C44
Text Example
Text Example
White with #CA0C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C44; }
p { color: rgb(202,12,68); }
H1.HeaderClassName
{
color: #CA0C44;
}
.AnyTagClassName
{
color: #CA0C44;
}
</style>
background-color css
<style>
a { background-color: #CA0C44; }
a { background-color: rgb(202,12,68); }
div.DivClassName
{
background-color: #CA0C44;
}
.BgClassName
{
background-color: #CA0C44;
}
</style>
border-color css
<style>
span { border-color: #CA0C44; }
span { border-color: rgb(202,12,68); }
td.TdClassName
{
border-color: #CA0C44;
}
.TagClassName
{
border-color: #CA0C44;
}
</style>