Shades of Crimson #CA084C
Tints of Crimson #CA084C
RGB
CMYK
RGB Variations
Color information
#CA084C (or 0xCA084C) is known color: Crimson. HEX triplet: CA, 08 and 4C. RGB value is (202,8,76). Sum of RGB (Red+Green+Blue) = 202+8+76=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA084C is #35F7B3. Grayscale: #494949. Windows color (decimal): -3536820 or 4982986. OLE color: 4982986.
HSL color Cylindrical-coordinate representation of color #CA084C: hue angle of 338.97º 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 #CA084C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 76 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.21 |
| HSL | 338.97º | 0.92% | 0.41% | - |
| HSV(B) | 338.97º | 0.96% | 0.79% | - |
| XYZ | 25.75 | 13.25 | 8.04 | - |
| YUV | 73.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 76 | 0 | 0.96 | 0.62 | 0.21 | 338.97 | 0.92 | 0.41 |
| Hex | CA | 8 | 4C | 0 | 60 | 3E | 15 | 153 | 5C | 29 |
| Octal | 312 | 10 | 114 | 0 | 140 | 76 | 25 | 523 | 134 | 51 |
| Binary | 11001010 | 1000 | 1001100 | 0 | 1100000 | 111110 | 10101 | 101010011 | 1011100 | 101001 |
Color Harmonies of #CA084C
Complementary color
Monochromatic Colors of #CA084C
Black with #CA084C
Text Example
Text Example
White with #CA084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA084C; }
p { color: rgb(202,8,76); }
H1.HeaderClassName
{
color: #CA084C;
}
.AnyTagClassName
{
color: #CA084C;
}
</style>
background-color css
<style>
a { background-color: #CA084C; }
a { background-color: rgb(202,8,76); }
div.DivClassName
{
background-color: #CA084C;
}
.BgClassName
{
background-color: #CA084C;
}
</style>
border-color css
<style>
span { border-color: #CA084C; }
span { border-color: rgb(202,8,76); }
td.TdClassName
{
border-color: #CA084C;
}
.TagClassName
{
border-color: #CA084C;
}
</style>