Shades of Crimson #CF0B3E
Tints of Crimson #CF0B3E
RGB
CMYK
RGB Variations
Color information
#CF0B3E (or 0xCF0B3E) is known color: Crimson. HEX triplet: CF, 0B and 3E. RGB value is (207,11,62). Sum of RGB (Red+Green+Blue) = 207+11+62=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0B3E is #30F4C1. Grayscale: #4B4B4B. Windows color (decimal): -3208386 or 4066255. OLE color: 4066255.
HSL color Cylindrical-coordinate representation of color #CF0B3E: hue angle of 344.39º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B3E is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.19 |
| HSL | 344.39º | 0.9% | 0.43% | - |
| HSV(B) | 344.39º | 0.95% | 0.81% | - |
| XYZ | 26.72 | 13.85 | 5.82 | - |
| YUV | 75.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 62 | 0 | 0.95 | 0.70 | 0.19 | 344.39 | 0.9 | 0.43 |
| Hex | CF | B | 3E | 0 | 5F | 46 | 13 | 158 | 5A | 2B |
| Octal | 317 | 13 | 76 | 0 | 137 | 106 | 23 | 530 | 132 | 53 |
| Binary | 11001111 | 1011 | 111110 | 0 | 1011111 | 1000110 | 10011 | 101011000 | 1011010 | 101011 |
Color Harmonies of #CF0B3E
Complementary color
Monochromatic Colors of #CF0B3E
Black with #CF0B3E
Text Example
Text Example
White with #CF0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B3E; }
p { color: rgb(207,11,62); }
H1.HeaderClassName
{
color: #CF0B3E;
}
.AnyTagClassName
{
color: #CF0B3E;
}
</style>
background-color css
<style>
a { background-color: #CF0B3E; }
a { background-color: rgb(207,11,62); }
div.DivClassName
{
background-color: #CF0B3E;
}
.BgClassName
{
background-color: #CF0B3E;
}
</style>
border-color css
<style>
span { border-color: #CF0B3E; }
span { border-color: rgb(207,11,62); }
td.TdClassName
{
border-color: #CF0B3E;
}
.TagClassName
{
border-color: #CF0B3E;
}
</style>