Shades of Crimson #CF0B3C
Tints of Crimson #CF0B3C
RGB
CMYK
RGB Variations
Color information
#CF0B3C (or 0xCF0B3C) is known color: Crimson. HEX triplet: CF, 0B and 3C. RGB value is (207,11,60). Sum of RGB (Red+Green+Blue) = 207+11+60=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0B3C is #30F4C3. Grayscale: #4B4B4B. Windows color (decimal): -3208388 or 3935183. OLE color: 3935183.
HSL color Cylindrical-coordinate representation of color #CF0B3C: hue angle of 345º 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 #CF0B3C is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 60 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.19 |
| HSL | 345º | 0.9% | 0.43% | - |
| HSV(B) | 345º | 0.95% | 0.81% | - |
| XYZ | 26.67 | 13.83 | 5.54 | - |
| YUV | 75.19 | 119.43 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 60 | 0 | 0.95 | 0.71 | 0.19 | 345 | 0.9 | 0.43 |
| Hex | CF | B | 3C | 0 | 5F | 47 | 13 | 159 | 5A | 2B |
| Octal | 317 | 13 | 74 | 0 | 137 | 107 | 23 | 531 | 132 | 53 |
| Binary | 11001111 | 1011 | 111100 | 0 | 1011111 | 1000111 | 10011 | 101011001 | 1011010 | 101011 |
Color Harmonies of #CF0B3C
Complementary color
Monochromatic Colors of #CF0B3C
Black with #CF0B3C
Text Example
Text Example
White with #CF0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B3C; }
p { color: rgb(207,11,60); }
H1.HeaderClassName
{
color: #CF0B3C;
}
.AnyTagClassName
{
color: #CF0B3C;
}
</style>
background-color css
<style>
a { background-color: #CF0B3C; }
a { background-color: rgb(207,11,60); }
div.DivClassName
{
background-color: #CF0B3C;
}
.BgClassName
{
background-color: #CF0B3C;
}
</style>
border-color css
<style>
span { border-color: #CF0B3C; }
span { border-color: rgb(207,11,60); }
td.TdClassName
{
border-color: #CF0B3C;
}
.TagClassName
{
border-color: #CF0B3C;
}
</style>