Shades of Crimson #CA0936
Tints of Crimson #CA0936
RGB
CMYK
RGB Variations
Color information
#CA0936 (or 0xCA0936) is known color: Crimson. HEX triplet: CA, 09 and 36. RGB value is (202,9,54). Sum of RGB (Red+Green+Blue) = 202+9+54=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0936 is #35F6C9. Grayscale: #474747. Windows color (decimal): -3536586 or 3541450. OLE color: 3541450.
HSL color Cylindrical-coordinate representation of color #CA0936: hue angle of 346.01º 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 #CA0936 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 54 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.21 |
| HSL | 346.01º | 0.91% | 0.41% | - |
| HSV(B) | 346.01º | 0.96% | 0.79% | - |
| XYZ | 25.12 | 13.02 | 4.68 | - |
| YUV | 71.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 54 | 0 | 0.96 | 0.73 | 0.21 | 346.01 | 0.91 | 0.41 |
| Hex | CA | 9 | 36 | 0 | 60 | 49 | 15 | 15A | 5B | 29 |
| Octal | 312 | 11 | 66 | 0 | 140 | 111 | 25 | 532 | 133 | 51 |
| Binary | 11001010 | 1001 | 110110 | 0 | 1100000 | 1001001 | 10101 | 101011010 | 1011011 | 101001 |
Color Harmonies of #CA0936
Complementary color
Monochromatic Colors of #CA0936
Black with #CA0936
Text Example
Text Example
White with #CA0936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0936; }
p { color: rgb(202,9,54); }
H1.HeaderClassName
{
color: #CA0936;
}
.AnyTagClassName
{
color: #CA0936;
}
</style>
background-color css
<style>
a { background-color: #CA0936; }
a { background-color: rgb(202,9,54); }
div.DivClassName
{
background-color: #CA0936;
}
.BgClassName
{
background-color: #CA0936;
}
</style>
border-color css
<style>
span { border-color: #CA0936; }
span { border-color: rgb(202,9,54); }
td.TdClassName
{
border-color: #CA0936;
}
.TagClassName
{
border-color: #CA0936;
}
</style>