Shades of Crimson #CF0230
Tints of Crimson #CF0230
RGB
CMYK
RGB Variations
Color information
#CF0230 (or 0xCF0230) is known color: Crimson. HEX triplet: CF, 02 and 30. RGB value is (207,2,48). Sum of RGB (Red+Green+Blue) = 207+2+48=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0230 is #30FDCF. Grayscale: #444444. Windows color (decimal): -3210704 or 3146447. OLE color: 3146447.
HSL color Cylindrical-coordinate representation of color #CF0230: hue angle of 346.54º 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 #CF0230 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.19 |
| HSL | 346.54º | 0.98% | 0.41% | - |
| HSV(B) | 346.54º | 0.99% | 0.81% | - |
| XYZ | 26.29 | 13.52 | 4.02 | - |
| YUV | 68.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 48 | 0 | 0.99 | 0.77 | 0.19 | 346.54 | 0.98 | 0.41 |
| Hex | CF | 2 | 30 | 0 | 63 | 4D | 13 | 15B | 62 | 29 |
| Octal | 317 | 2 | 60 | 0 | 143 | 115 | 23 | 533 | 142 | 51 |
| Binary | 11001111 | 10 | 110000 | 0 | 1100011 | 1001101 | 10011 | 101011011 | 1100010 | 101001 |
Color Harmonies of #CF0230
Complementary color
Monochromatic Colors of #CF0230
Black with #CF0230
Text Example
Text Example
White with #CF0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0230; }
p { color: rgb(207,2,48); }
H1.HeaderClassName
{
color: #CF0230;
}
.AnyTagClassName
{
color: #CF0230;
}
</style>
background-color css
<style>
a { background-color: #CF0230; }
a { background-color: rgb(207,2,48); }
div.DivClassName
{
background-color: #CF0230;
}
.BgClassName
{
background-color: #CF0230;
}
</style>
border-color css
<style>
span { border-color: #CF0230; }
span { border-color: rgb(207,2,48); }
td.TdClassName
{
border-color: #CF0230;
}
.TagClassName
{
border-color: #CF0230;
}
</style>