Shades of Crimson #CF0138
Tints of Crimson #CF0138
RGB
CMYK
RGB Variations
Color information
#CF0138 (or 0xCF0138) is known color: Crimson. HEX triplet: CF, 01 and 38. RGB value is (207,1,56). Sum of RGB (Red+Green+Blue) = 207+1+56=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0138 is #30FEC7. Grayscale: #444444. Windows color (decimal): -3210952 or 3670479. OLE color: 3670479.
HSL color Cylindrical-coordinate representation of color #CF0138: hue angle of 343.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0138 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 56 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.19 |
| HSL | 343.98º | 0.99% | 0.41% | - |
| HSV(B) | 343.98º | 1% | 0.81% | - |
| XYZ | 26.46 | 13.57 | 4.97 | - |
| YUV | 68.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 56 | 0 | 1.00 | 0.73 | 0.19 | 343.98 | 0.99 | 0.41 |
| Hex | CF | 1 | 38 | 0 | 64 | 49 | 13 | 158 | 63 | 29 |
| Octal | 317 | 1 | 70 | 0 | 144 | 111 | 23 | 530 | 143 | 51 |
| Binary | 11001111 | 1 | 111000 | 0 | 1100100 | 1001001 | 10011 | 101011000 | 1100011 | 101001 |
Color Harmonies of #CF0138
Complementary color
Monochromatic Colors of #CF0138
Black with #CF0138
Text Example
Text Example
White with #CF0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0138; }
p { color: rgb(207,1,56); }
H1.HeaderClassName
{
color: #CF0138;
}
.AnyTagClassName
{
color: #CF0138;
}
</style>
background-color css
<style>
a { background-color: #CF0138; }
a { background-color: rgb(207,1,56); }
div.DivClassName
{
background-color: #CF0138;
}
.BgClassName
{
background-color: #CF0138;
}
</style>
border-color css
<style>
span { border-color: #CF0138; }
span { border-color: rgb(207,1,56); }
td.TdClassName
{
border-color: #CF0138;
}
.TagClassName
{
border-color: #CF0138;
}
</style>