Shades of Crimson #CA0933
Tints of Crimson #CA0933
RGB
CMYK
RGB Variations
Color information
#CA0933 (or 0xCA0933) is known color: Crimson. HEX triplet: CA, 09 and 33. RGB value is (202,9,51). Sum of RGB (Red+Green+Blue) = 202+9+51=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0933 is #35F6CC. Grayscale: #474747. Windows color (decimal): -3536589 or 3344842. OLE color: 3344842.
HSL color Cylindrical-coordinate representation of color #CA0933: hue angle of 346.94º 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 #CA0933 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.21 |
| HSL | 346.94º | 0.91% | 0.41% | - |
| HSV(B) | 346.94º | 0.96% | 0.79% | - |
| XYZ | 25.05 | 12.99 | 4.32 | - |
| YUV | 71.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 51 | 0 | 0.96 | 0.75 | 0.21 | 346.94 | 0.91 | 0.41 |
| Hex | CA | 9 | 33 | 0 | 60 | 4B | 15 | 15B | 5B | 29 |
| Octal | 312 | 11 | 63 | 0 | 140 | 113 | 25 | 533 | 133 | 51 |
| Binary | 11001010 | 1001 | 110011 | 0 | 1100000 | 1001011 | 10101 | 101011011 | 1011011 | 101001 |
Color Harmonies of #CA0933
Complementary color
Monochromatic Colors of #CA0933
Black with #CA0933
Text Example
Text Example
White with #CA0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0933; }
p { color: rgb(202,9,51); }
H1.HeaderClassName
{
color: #CA0933;
}
.AnyTagClassName
{
color: #CA0933;
}
</style>
background-color css
<style>
a { background-color: #CA0933; }
a { background-color: rgb(202,9,51); }
div.DivClassName
{
background-color: #CA0933;
}
.BgClassName
{
background-color: #CA0933;
}
</style>
border-color css
<style>
span { border-color: #CA0933; }
span { border-color: rgb(202,9,51); }
td.TdClassName
{
border-color: #CA0933;
}
.TagClassName
{
border-color: #CA0933;
}
</style>