Shades of Crimson #CA0932
Tints of Crimson #CA0932
RGB
CMYK
RGB Variations
Color information
#CA0932 (or 0xCA0932) is known color: Crimson. HEX triplet: CA, 09 and 32. RGB value is (202,9,50). Sum of RGB (Red+Green+Blue) = 202+9+50=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0932 is #35F6CD. Grayscale: #474747. Windows color (decimal): -3536590 or 3279306. OLE color: 3279306.
HSL color Cylindrical-coordinate representation of color #CA0932: hue angle of 347.25º 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 #CA0932 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 50 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.21 |
| HSL | 347.25º | 0.91% | 0.41% | - |
| HSV(B) | 347.25º | 0.96% | 0.79% | - |
| XYZ | 25.03 | 12.98 | 4.2 | - |
| YUV | 71.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 50 | 0 | 0.96 | 0.75 | 0.21 | 347.25 | 0.91 | 0.41 |
| Hex | CA | 9 | 32 | 0 | 60 | 4B | 15 | 15B | 5B | 29 |
| Octal | 312 | 11 | 62 | 0 | 140 | 113 | 25 | 533 | 133 | 51 |
| Binary | 11001010 | 1001 | 110010 | 0 | 1100000 | 1001011 | 10101 | 101011011 | 1011011 | 101001 |
Color Harmonies of #CA0932
Complementary color
Monochromatic Colors of #CA0932
Black with #CA0932
Text Example
Text Example
White with #CA0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0932; }
p { color: rgb(202,9,50); }
H1.HeaderClassName
{
color: #CA0932;
}
.AnyTagClassName
{
color: #CA0932;
}
</style>
background-color css
<style>
a { background-color: #CA0932; }
a { background-color: rgb(202,9,50); }
div.DivClassName
{
background-color: #CA0932;
}
.BgClassName
{
background-color: #CA0932;
}
</style>
border-color css
<style>
span { border-color: #CA0932; }
span { border-color: rgb(202,9,50); }
td.TdClassName
{
border-color: #CA0932;
}
.TagClassName
{
border-color: #CA0932;
}
</style>