Shades of Crimson #DE0F4B
Tints of Crimson #DE0F4B
RGB
CMYK
RGB Variations
Color information
#DE0F4B (or 0xDE0F4B) is known color: Crimson. HEX triplet: DE, 0F and 4B. RGB value is (222,15,75). Sum of RGB (Red+Green+Blue) = 222+15+75=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F4B is #21F0B4. Grayscale: #535353. Windows color (decimal): -2224309 or 4919262. OLE color: 4919262.
HSL color Cylindrical-coordinate representation of color #DE0F4B: hue angle of 342.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F4B is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 75 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.13 |
| HSL | 342.61º | 0.87% | 0.46% | - |
| HSV(B) | 342.61º | 0.93% | 0.87% | - |
| XYZ | 31.57 | 16.38 | 8.15 | - |
| YUV | 83.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 75 | 0 | 0.93 | 0.66 | 0.13 | 342.61 | 0.87 | 0.46 |
| Hex | DE | F | 4B | 0 | 5D | 42 | D | 157 | 57 | 2E |
| Octal | 336 | 17 | 113 | 0 | 135 | 102 | 15 | 527 | 127 | 56 |
| Binary | 11011110 | 1111 | 1001011 | 0 | 1011101 | 1000010 | 1101 | 101010111 | 1010111 | 101110 |
Color Harmonies of #DE0F4B
Complementary color
Monochromatic Colors of #DE0F4B
Black with #DE0F4B
Text Example
Text Example
White with #DE0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F4B; }
p { color: rgb(222,15,75); }
H1.HeaderClassName
{
color: #DE0F4B;
}
.AnyTagClassName
{
color: #DE0F4B;
}
</style>
background-color css
<style>
a { background-color: #DE0F4B; }
a { background-color: rgb(222,15,75); }
div.DivClassName
{
background-color: #DE0F4B;
}
.BgClassName
{
background-color: #DE0F4B;
}
</style>
border-color css
<style>
span { border-color: #DE0F4B; }
span { border-color: rgb(222,15,75); }
td.TdClassName
{
border-color: #DE0F4B;
}
.TagClassName
{
border-color: #DE0F4B;
}
</style>