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