Shades of Crimson #CF022E
Tints of Crimson #CF022E
RGB
CMYK
RGB Variations
Color information
#CF022E (or 0xCF022E) is known color: Crimson. HEX triplet: CF, 02 and 2E. RGB value is (207,2,46). Sum of RGB (Red+Green+Blue) = 207+2+46=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF022E is #30FDD1. Grayscale: #444444. Windows color (decimal): -3210706 or 3015375. OLE color: 3015375.
HSL color Cylindrical-coordinate representation of color #CF022E: hue angle of 347.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF022E is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.19 |
| HSL | 347.12º | 0.98% | 0.41% | - |
| HSV(B) | 347.12º | 0.99% | 0.81% | - |
| XYZ | 26.25 | 13.51 | 3.81 | - |
| YUV | 68.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 46 | 0 | 0.99 | 0.78 | 0.19 | 347.12 | 0.98 | 0.41 |
| Hex | CF | 2 | 2E | 0 | 63 | 4E | 13 | 15B | 62 | 29 |
| Octal | 317 | 2 | 56 | 0 | 143 | 116 | 23 | 533 | 142 | 51 |
| Binary | 11001111 | 10 | 101110 | 0 | 1100011 | 1001110 | 10011 | 101011011 | 1100010 | 101001 |
Color Harmonies of #CF022E
Complementary color
Monochromatic Colors of #CF022E
Black with #CF022E
Text Example
Text Example
White with #CF022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF022E; }
p { color: rgb(207,2,46); }
H1.HeaderClassName
{
color: #CF022E;
}
.AnyTagClassName
{
color: #CF022E;
}
</style>
background-color css
<style>
a { background-color: #CF022E; }
a { background-color: rgb(207,2,46); }
div.DivClassName
{
background-color: #CF022E;
}
.BgClassName
{
background-color: #CF022E;
}
</style>
border-color css
<style>
span { border-color: #CF022E; }
span { border-color: rgb(207,2,46); }
td.TdClassName
{
border-color: #CF022E;
}
.TagClassName
{
border-color: #CF022E;
}
</style>