Shades of Crimson #CF1438
Tints of Crimson #CF1438
RGB
CMYK
RGB Variations
Color information
#CF1438 (or 0xCF1438) is known color: Crimson. HEX triplet: CF, 14 and 38. RGB value is (207,20,56). Sum of RGB (Red+Green+Blue) = 207+20+56=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1438 is #30EBC7. Grayscale: #505050. Windows color (decimal): -3206088 or 3675343. OLE color: 3675343.
HSL color Cylindrical-coordinate representation of color #CF1438: hue angle of 348.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1438 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 56 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.19 |
| HSL | 348.45º | 0.82% | 0.45% | - |
| HSV(B) | 348.45º | 0.9% | 0.81% | - |
| XYZ | 26.7 | 14.05 | 5.05 | - |
| YUV | 80.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 56 | 0 | 0.90 | 0.73 | 0.19 | 348.45 | 0.82 | 0.45 |
| Hex | CF | 14 | 38 | 0 | 5A | 49 | 13 | 15C | 52 | 2D |
| Octal | 317 | 24 | 70 | 0 | 132 | 111 | 23 | 534 | 122 | 55 |
| Binary | 11001111 | 10100 | 111000 | 0 | 1011010 | 1001001 | 10011 | 101011100 | 1010010 | 101101 |
Color Harmonies of #CF1438
Complementary color
Monochromatic Colors of #CF1438
Black with #CF1438
Text Example
Text Example
White with #CF1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1438; }
p { color: rgb(207,20,56); }
H1.HeaderClassName
{
color: #CF1438;
}
.AnyTagClassName
{
color: #CF1438;
}
</style>
background-color css
<style>
a { background-color: #CF1438; }
a { background-color: rgb(207,20,56); }
div.DivClassName
{
background-color: #CF1438;
}
.BgClassName
{
background-color: #CF1438;
}
</style>
border-color css
<style>
span { border-color: #CF1438; }
span { border-color: rgb(207,20,56); }
td.TdClassName
{
border-color: #CF1438;
}
.TagClassName
{
border-color: #CF1438;
}
</style>