Shades of Crimson #CF023D
Tints of Crimson #CF023D
RGB
CMYK
RGB Variations
Color information
#CF023D (or 0xCF023D) is known color: Crimson. HEX triplet: CF, 02 and 3D. RGB value is (207,2,61). Sum of RGB (Red+Green+Blue) = 207+2+61=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF023D is #30FDC2. Grayscale: #454545. Windows color (decimal): -3210691 or 3998415. OLE color: 3998415.
HSL color Cylindrical-coordinate representation of color #CF023D: hue angle of 342.73º 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 #CF023D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.19 |
| HSL | 342.73º | 0.98% | 0.41% | - |
| HSV(B) | 342.73º | 0.99% | 0.81% | - |
| XYZ | 26.6 | 13.65 | 5.65 | - |
| YUV | 70.02 | 122.92 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 61 | 0 | 0.99 | 0.71 | 0.19 | 342.73 | 0.98 | 0.41 |
| Hex | CF | 2 | 3D | 0 | 63 | 47 | 13 | 157 | 62 | 29 |
| Octal | 317 | 2 | 75 | 0 | 143 | 107 | 23 | 527 | 142 | 51 |
| Binary | 11001111 | 10 | 111101 | 0 | 1100011 | 1000111 | 10011 | 101010111 | 1100010 | 101001 |
Color Harmonies of #CF023D
Complementary color
Monochromatic Colors of #CF023D
Black with #CF023D
Text Example
Text Example
White with #CF023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF023D; }
p { color: rgb(207,2,61); }
H1.HeaderClassName
{
color: #CF023D;
}
.AnyTagClassName
{
color: #CF023D;
}
</style>
background-color css
<style>
a { background-color: #CF023D; }
a { background-color: rgb(207,2,61); }
div.DivClassName
{
background-color: #CF023D;
}
.BgClassName
{
background-color: #CF023D;
}
</style>
border-color css
<style>
span { border-color: #CF023D; }
span { border-color: rgb(207,2,61); }
td.TdClassName
{
border-color: #CF023D;
}
.TagClassName
{
border-color: #CF023D;
}
</style>