Shades of Crimson #CA0744
Tints of Crimson #CA0744
RGB
CMYK
RGB Variations
Color information
#CA0744 (or 0xCA0744) is known color: Crimson. HEX triplet: CA, 07 and 44. RGB value is (202,7,68). Sum of RGB (Red+Green+Blue) = 202+7+68=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0744 is #35F8BB. Grayscale: #484848. Windows color (decimal): -3537084 or 4458442. OLE color: 4458442.
HSL color Cylindrical-coordinate representation of color #CA0744: hue angle of 341.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0744 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 68 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.21 |
| HSL | 341.23º | 0.93% | 0.41% | - |
| HSV(B) | 341.23º | 0.97% | 0.79% | - |
| XYZ | 25.48 | 13.13 | 6.66 | - |
| YUV | 72.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 68 | 0 | 0.97 | 0.66 | 0.21 | 341.23 | 0.93 | 0.41 |
| Hex | CA | 7 | 44 | 0 | 61 | 42 | 15 | 155 | 5D | 29 |
| Octal | 312 | 7 | 104 | 0 | 141 | 102 | 25 | 525 | 135 | 51 |
| Binary | 11001010 | 111 | 1000100 | 0 | 1100001 | 1000010 | 10101 | 101010101 | 1011101 | 101001 |
Color Harmonies of #CA0744
Complementary color
Monochromatic Colors of #CA0744
Black with #CA0744
Text Example
Text Example
White with #CA0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0744; }
p { color: rgb(202,7,68); }
H1.HeaderClassName
{
color: #CA0744;
}
.AnyTagClassName
{
color: #CA0744;
}
</style>
background-color css
<style>
a { background-color: #CA0744; }
a { background-color: rgb(202,7,68); }
div.DivClassName
{
background-color: #CA0744;
}
.BgClassName
{
background-color: #CA0744;
}
</style>
border-color css
<style>
span { border-color: #CA0744; }
span { border-color: rgb(202,7,68); }
td.TdClassName
{
border-color: #CA0744;
}
.TagClassName
{
border-color: #CA0744;
}
</style>