Shades of Crimson #EF183F
Tints of Crimson #EF183F
RGB
CMYK
RGB Variations
Color information
#EF183F (or 0xEF183F) is known color: Crimson. HEX triplet: EF, 18 and 3F. RGB value is (239,24,63). Sum of RGB (Red+Green+Blue) = 239+24+63=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF183F is #10E7C0. Grayscale: #5C5C5C. Windows color (decimal): -1107905 or 4135151. OLE color: 4135151.
HSL color Cylindrical-coordinate representation of color #EF183F: hue angle of 349.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF183F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.06 |
| HSL | 349.12º | 0.87% | 0.52% | - |
| HSV(B) | 349.12º | 0.9% | 0.94% | - |
| XYZ | 36.82 | 19.36 | 6.5 | - |
| YUV | 92.73 | 111.23 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 63 | 0 | 0.90 | 0.74 | 0.06 | 349.12 | 0.87 | 0.52 |
| Hex | EF | 18 | 3F | 0 | 5A | 4A | 6 | 15D | 57 | 34 |
| Octal | 357 | 30 | 77 | 0 | 132 | 112 | 6 | 535 | 127 | 64 |
| Binary | 11101111 | 11000 | 111111 | 0 | 1011010 | 1001010 | 110 | 101011101 | 1010111 | 110100 |
Color Harmonies of #EF183F
Complementary color
Monochromatic Colors of #EF183F
Black with #EF183F
Text Example
Text Example
White with #EF183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF183F; }
p { color: rgb(239,24,63); }
H1.HeaderClassName
{
color: #EF183F;
}
.AnyTagClassName
{
color: #EF183F;
}
</style>
background-color css
<style>
a { background-color: #EF183F; }
a { background-color: rgb(239,24,63); }
div.DivClassName
{
background-color: #EF183F;
}
.BgClassName
{
background-color: #EF183F;
}
</style>
border-color css
<style>
span { border-color: #EF183F; }
span { border-color: rgb(239,24,63); }
td.TdClassName
{
border-color: #EF183F;
}
.TagClassName
{
border-color: #EF183F;
}
</style>