Shades of Crimson #CD022E
Tints of Crimson #CD022E
RGB
CMYK
RGB Variations
Color information
#CD022E (or 0xCD022E) is known color: Crimson. HEX triplet: CD, 02 and 2E. RGB value is (205,2,46). Sum of RGB (Red+Green+Blue) = 205+2+46=253 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.03% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 205 - color contains mainly: red. Hex color #CD022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD022E is #32FDD1. Grayscale: #434343. Windows color (decimal): -3341778 or 3015373. OLE color: 3015373.
HSL color Cylindrical-coordinate representation of color #CD022E: hue angle of 347º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD022E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.20 |
| HSL | 347º | 0.98% | 0.41% | - |
| HSV(B) | 347º | 0.99% | 0.8% | - |
| XYZ | 25.69 | 13.22 | 3.78 | - |
| YUV | 67.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 46 | 0 | 0.99 | 0.78 | 0.20 | 347 | 0.98 | 0.41 |
| Hex | CD | 2 | 2E | 0 | 63 | 4E | 14 | 15B | 62 | 29 |
| Octal | 315 | 2 | 56 | 0 | 143 | 116 | 24 | 533 | 142 | 51 |
| Binary | 11001101 | 10 | 101110 | 0 | 1100011 | 1001110 | 10100 | 101011011 | 1100010 | 101001 |
Color Harmonies of #CD022E
Complementary color
Monochromatic Colors of #CD022E
Black with #CD022E
Text Example
Text Example
White with #CD022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD022E; }
p { color: rgb(205,2,46); }
H1.HeaderClassName
{
color: #CD022E;
}
.AnyTagClassName
{
color: #CD022E;
}
</style>
background-color css
<style>
a { background-color: #CD022E; }
a { background-color: rgb(205,2,46); }
div.DivClassName
{
background-color: #CD022E;
}
.BgClassName
{
background-color: #CD022E;
}
</style>
border-color css
<style>
span { border-color: #CD022E; }
span { border-color: rgb(205,2,46); }
td.TdClassName
{
border-color: #CD022E;
}
.TagClassName
{
border-color: #CD022E;
}
</style>