Shades of Crimson #CF0F35
Tints of Crimson #CF0F35
RGB
CMYK
RGB Variations
Color information
#CF0F35 (or 0xCF0F35) is known color: Crimson. HEX triplet: CF, 0F and 35. RGB value is (207,15,53). Sum of RGB (Red+Green+Blue) = 207+15+53=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F35 is #30F0CA. Grayscale: #4C4C4C. Windows color (decimal): -3207371 or 3477455. OLE color: 3477455.
HSL color Cylindrical-coordinate representation of color #CF0F35: hue angle of 348.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F35 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 53 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.19 |
| HSL | 348.13º | 0.86% | 0.44% | - |
| HSV(B) | 348.13º | 0.93% | 0.81% | - |
| XYZ | 26.55 | 13.86 | 4.65 | - |
| YUV | 76.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 53 | 0 | 0.93 | 0.74 | 0.19 | 348.13 | 0.86 | 0.44 |
| Hex | CF | F | 35 | 0 | 5D | 4A | 13 | 15C | 56 | 2C |
| Octal | 317 | 17 | 65 | 0 | 135 | 112 | 23 | 534 | 126 | 54 |
| Binary | 11001111 | 1111 | 110101 | 0 | 1011101 | 1001010 | 10011 | 101011100 | 1010110 | 101100 |
Color Harmonies of #CF0F35
Complementary color
Monochromatic Colors of #CF0F35
Black with #CF0F35
Text Example
Text Example
White with #CF0F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F35; }
p { color: rgb(207,15,53); }
H1.HeaderClassName
{
color: #CF0F35;
}
.AnyTagClassName
{
color: #CF0F35;
}
</style>
background-color css
<style>
a { background-color: #CF0F35; }
a { background-color: rgb(207,15,53); }
div.DivClassName
{
background-color: #CF0F35;
}
.BgClassName
{
background-color: #CF0F35;
}
</style>
border-color css
<style>
span { border-color: #CF0F35; }
span { border-color: rgb(207,15,53); }
td.TdClassName
{
border-color: #CF0F35;
}
.TagClassName
{
border-color: #CF0F35;
}
</style>