Shades of Crimson #CF023F
Tints of Crimson #CF023F
RGB
CMYK
RGB Variations
Color information
#CF023F (or 0xCF023F) is known color: Crimson. HEX triplet: CF, 02 and 3F. RGB value is (207,2,63). Sum of RGB (Red+Green+Blue) = 207+2+63=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF023F is #30FDC0. Grayscale: #464646. Windows color (decimal): -3210689 or 4129487. OLE color: 4129487.
HSL color Cylindrical-coordinate representation of color #CF023F: hue angle of 342.15º 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 #CF023F is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.19 |
| HSL | 342.15º | 0.98% | 0.41% | - |
| HSV(B) | 342.15º | 0.99% | 0.81% | - |
| XYZ | 26.65 | 13.67 | 5.94 | - |
| YUV | 70.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 63 | 0 | 0.99 | 0.70 | 0.19 | 342.15 | 0.98 | 0.41 |
| Hex | CF | 2 | 3F | 0 | 63 | 46 | 13 | 156 | 62 | 29 |
| Octal | 317 | 2 | 77 | 0 | 143 | 106 | 23 | 526 | 142 | 51 |
| Binary | 11001111 | 10 | 111111 | 0 | 1100011 | 1000110 | 10011 | 101010110 | 1100010 | 101001 |
Color Harmonies of #CF023F
Complementary color
Monochromatic Colors of #CF023F
Black with #CF023F
Text Example
Text Example
White with #CF023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF023F; }
p { color: rgb(207,2,63); }
H1.HeaderClassName
{
color: #CF023F;
}
.AnyTagClassName
{
color: #CF023F;
}
</style>
background-color css
<style>
a { background-color: #CF023F; }
a { background-color: rgb(207,2,63); }
div.DivClassName
{
background-color: #CF023F;
}
.BgClassName
{
background-color: #CF023F;
}
</style>
border-color css
<style>
span { border-color: #CF023F; }
span { border-color: rgb(207,2,63); }
td.TdClassName
{
border-color: #CF023F;
}
.TagClassName
{
border-color: #CF023F;
}
</style>