Shades of Crimson #CA0634
Tints of Crimson #CA0634
RGB
CMYK
RGB Variations
Color information
#CA0634 (or 0xCA0634) is known color: Crimson. HEX triplet: CA, 06 and 34. RGB value is (202,6,52). Sum of RGB (Red+Green+Blue) = 202+6+52=260 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.69% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0634 is #35F9CB. Grayscale: #454545. Windows color (decimal): -3537356 or 3409610. OLE color: 3409610.
HSL color Cylindrical-coordinate representation of color #CA0634: hue angle of 345.92º degrees, saturation: 0.94, 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 #CA0634 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.21 |
| HSL | 345.92º | 0.94% | 0.41% | - |
| HSV(B) | 345.92º | 0.97% | 0.79% | - |
| XYZ | 25.04 | 12.93 | 4.43 | - |
| YUV | 69.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 52 | 0 | 0.97 | 0.74 | 0.21 | 345.92 | 0.94 | 0.41 |
| Hex | CA | 6 | 34 | 0 | 61 | 4A | 15 | 15A | 5E | 29 |
| Octal | 312 | 6 | 64 | 0 | 141 | 112 | 25 | 532 | 136 | 51 |
| Binary | 11001010 | 110 | 110100 | 0 | 1100001 | 1001010 | 10101 | 101011010 | 1011110 | 101001 |
Color Harmonies of #CA0634
Complementary color
Monochromatic Colors of #CA0634
Black with #CA0634
Text Example
Text Example
White with #CA0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0634; }
p { color: rgb(202,6,52); }
H1.HeaderClassName
{
color: #CA0634;
}
.AnyTagClassName
{
color: #CA0634;
}
</style>
background-color css
<style>
a { background-color: #CA0634; }
a { background-color: rgb(202,6,52); }
div.DivClassName
{
background-color: #CA0634;
}
.BgClassName
{
background-color: #CA0634;
}
</style>
border-color css
<style>
span { border-color: #CA0634; }
span { border-color: rgb(202,6,52); }
td.TdClassName
{
border-color: #CA0634;
}
.TagClassName
{
border-color: #CA0634;
}
</style>