Shades of Crimson #CA0937
Tints of Crimson #CA0937
RGB
CMYK
RGB Variations
Color information
#CA0937 (or 0xCA0937) is known color: Crimson. HEX triplet: CA, 09 and 37. RGB value is (202,9,55). Sum of RGB (Red+Green+Blue) = 202+9+55=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0937 is #35F6C8. Grayscale: #474747. Windows color (decimal): -3536585 or 3606986. OLE color: 3606986.
HSL color Cylindrical-coordinate representation of color #CA0937: hue angle of 345.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0937 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.21 |
| HSL | 345.7º | 0.91% | 0.41% | - |
| HSV(B) | 345.7º | 0.96% | 0.79% | - |
| XYZ | 25.14 | 13.03 | 4.8 | - |
| YUV | 71.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 55 | 0 | 0.96 | 0.73 | 0.21 | 345.7 | 0.91 | 0.41 |
| Hex | CA | 9 | 37 | 0 | 60 | 49 | 15 | 15A | 5B | 29 |
| Octal | 312 | 11 | 67 | 0 | 140 | 111 | 25 | 532 | 133 | 51 |
| Binary | 11001010 | 1001 | 110111 | 0 | 1100000 | 1001001 | 10101 | 101011010 | 1011011 | 101001 |
Color Harmonies of #CA0937
Complementary color
Monochromatic Colors of #CA0937
Black with #CA0937
Text Example
Text Example
White with #CA0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0937; }
p { color: rgb(202,9,55); }
H1.HeaderClassName
{
color: #CA0937;
}
.AnyTagClassName
{
color: #CA0937;
}
</style>
background-color css
<style>
a { background-color: #CA0937; }
a { background-color: rgb(202,9,55); }
div.DivClassName
{
background-color: #CA0937;
}
.BgClassName
{
background-color: #CA0937;
}
</style>
border-color css
<style>
span { border-color: #CA0937; }
span { border-color: rgb(202,9,55); }
td.TdClassName
{
border-color: #CA0937;
}
.TagClassName
{
border-color: #CA0937;
}
</style>