Shades of Crimson #CF0838
Tints of Crimson #CF0838
RGB
CMYK
RGB Variations
Color information
#CF0838 (or 0xCF0838) is known color: Crimson. HEX triplet: CF, 08 and 38. RGB value is (207,8,56). Sum of RGB (Red+Green+Blue) = 207+8+56=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0838 is #30F7C7. Grayscale: #484848. Windows color (decimal): -3209160 or 3672271. OLE color: 3672271.
HSL color Cylindrical-coordinate representation of color #CF0838: hue angle of 345.53º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0838 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 56 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.19 |
| HSL | 345.53º | 0.93% | 0.42% | - |
| HSV(B) | 345.53º | 0.96% | 0.81% | - |
| XYZ | 26.53 | 13.72 | 4.99 | - |
| YUV | 72.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 56 | 0 | 0.96 | 0.73 | 0.19 | 345.53 | 0.93 | 0.42 |
| Hex | CF | 8 | 38 | 0 | 60 | 49 | 13 | 15A | 5D | 2A |
| Octal | 317 | 10 | 70 | 0 | 140 | 111 | 23 | 532 | 135 | 52 |
| Binary | 11001111 | 1000 | 111000 | 0 | 1100000 | 1001001 | 10011 | 101011010 | 1011101 | 101010 |
Color Harmonies of #CF0838
Complementary color
Monochromatic Colors of #CF0838
Black with #CF0838
Text Example
Text Example
White with #CF0838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0838; }
p { color: rgb(207,8,56); }
H1.HeaderClassName
{
color: #CF0838;
}
.AnyTagClassName
{
color: #CF0838;
}
</style>
background-color css
<style>
a { background-color: #CF0838; }
a { background-color: rgb(207,8,56); }
div.DivClassName
{
background-color: #CF0838;
}
.BgClassName
{
background-color: #CF0838;
}
</style>
border-color css
<style>
span { border-color: #CF0838; }
span { border-color: rgb(207,8,56); }
td.TdClassName
{
border-color: #CF0838;
}
.TagClassName
{
border-color: #CF0838;
}
</style>