Shades of Crimson #CA0934
Tints of Crimson #CA0934
RGB
CMYK
RGB Variations
Color information
#CA0934 (or 0xCA0934) is known color: Crimson. HEX triplet: CA, 09 and 34. RGB value is (202,9,52). Sum of RGB (Red+Green+Blue) = 202+9+52=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0934 is #35F6CB. Grayscale: #474747. Windows color (decimal): -3536588 or 3410378. OLE color: 3410378.
HSL color Cylindrical-coordinate representation of color #CA0934: hue angle of 346.63º 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 #CA0934 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.21 |
| HSL | 346.63º | 0.91% | 0.41% | - |
| HSV(B) | 346.63º | 0.96% | 0.79% | - |
| XYZ | 25.07 | 13 | 4.44 | - |
| YUV | 71.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 52 | 0 | 0.96 | 0.74 | 0.21 | 346.63 | 0.91 | 0.41 |
| Hex | CA | 9 | 34 | 0 | 60 | 4A | 15 | 15B | 5B | 29 |
| Octal | 312 | 11 | 64 | 0 | 140 | 112 | 25 | 533 | 133 | 51 |
| Binary | 11001010 | 1001 | 110100 | 0 | 1100000 | 1001010 | 10101 | 101011011 | 1011011 | 101001 |
Color Harmonies of #CA0934
Complementary color
Monochromatic Colors of #CA0934
Black with #CA0934
Text Example
Text Example
White with #CA0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0934; }
p { color: rgb(202,9,52); }
H1.HeaderClassName
{
color: #CA0934;
}
.AnyTagClassName
{
color: #CA0934;
}
</style>
background-color css
<style>
a { background-color: #CA0934; }
a { background-color: rgb(202,9,52); }
div.DivClassName
{
background-color: #CA0934;
}
.BgClassName
{
background-color: #CA0934;
}
</style>
border-color css
<style>
span { border-color: #CA0934; }
span { border-color: rgb(202,9,52); }
td.TdClassName
{
border-color: #CA0934;
}
.TagClassName
{
border-color: #CA0934;
}
</style>