Shades of Crimson #CA0834
Tints of Crimson #CA0834
RGB
CMYK
RGB Variations
Color information
#CA0834 (or 0xCA0834) is known color: Crimson. HEX triplet: CA, 08 and 34. RGB value is (202,8,52). Sum of RGB (Red+Green+Blue) = 202+8+52=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0834 is #35F7CB. Grayscale: #474747. Windows color (decimal): -3536844 or 3410122. OLE color: 3410122.
HSL color Cylindrical-coordinate representation of color #CA0834: hue angle of 346.39º degrees, saturation: 0.92, 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 #CA0834 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 52 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.21 |
| HSL | 346.39º | 0.92% | 0.41% | - |
| HSV(B) | 346.39º | 0.96% | 0.79% | - |
| XYZ | 25.06 | 12.98 | 4.43 | - |
| YUV | 71.02 | 117.27 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 52 | 0 | 0.96 | 0.74 | 0.21 | 346.39 | 0.92 | 0.41 |
| Hex | CA | 8 | 34 | 0 | 60 | 4A | 15 | 15A | 5C | 29 |
| Octal | 312 | 10 | 64 | 0 | 140 | 112 | 25 | 532 | 134 | 51 |
| Binary | 11001010 | 1000 | 110100 | 0 | 1100000 | 1001010 | 10101 | 101011010 | 1011100 | 101001 |
Color Harmonies of #CA0834
Complementary color
Monochromatic Colors of #CA0834
Black with #CA0834
Text Example
Text Example
White with #CA0834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0834; }
p { color: rgb(202,8,52); }
H1.HeaderClassName
{
color: #CA0834;
}
.AnyTagClassName
{
color: #CA0834;
}
</style>
background-color css
<style>
a { background-color: #CA0834; }
a { background-color: rgb(202,8,52); }
div.DivClassName
{
background-color: #CA0834;
}
.BgClassName
{
background-color: #CA0834;
}
</style>
border-color css
<style>
span { border-color: #CA0834; }
span { border-color: rgb(202,8,52); }
td.TdClassName
{
border-color: #CA0834;
}
.TagClassName
{
border-color: #CA0834;
}
</style>