Shades of Crimson #EF1B43
Tints of Crimson #EF1B43
RGB
CMYK
RGB Variations
Color information
#EF1B43 (or 0xEF1B43) is known color: Crimson. HEX triplet: EF, 1B and 43. RGB value is (239,27,67). Sum of RGB (Red+Green+Blue) = 239+27+67=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B43 is #10E4BC. Grayscale: #5F5F5F. Windows color (decimal): -1107133 or 4398063. OLE color: 4398063.
HSL color Cylindrical-coordinate representation of color #EF1B43: hue angle of 348.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B43 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 67 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.06 |
| HSL | 348.68º | 0.87% | 0.52% | - |
| HSV(B) | 348.68º | 0.89% | 0.94% | - |
| XYZ | 37 | 19.54 | 7.13 | - |
| YUV | 94.95 | 112.24 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 67 | 0 | 0.89 | 0.72 | 0.06 | 348.68 | 0.87 | 0.52 |
| Hex | EF | 1B | 43 | 0 | 59 | 48 | 6 | 15D | 57 | 34 |
| Octal | 357 | 33 | 103 | 0 | 131 | 110 | 6 | 535 | 127 | 64 |
| Binary | 11101111 | 11011 | 1000011 | 0 | 1011001 | 1001000 | 110 | 101011101 | 1010111 | 110100 |
Color Harmonies of #EF1B43
Complementary color
Monochromatic Colors of #EF1B43
Black with #EF1B43
Text Example
Text Example
White with #EF1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B43; }
p { color: rgb(239,27,67); }
H1.HeaderClassName
{
color: #EF1B43;
}
.AnyTagClassName
{
color: #EF1B43;
}
</style>
background-color css
<style>
a { background-color: #EF1B43; }
a { background-color: rgb(239,27,67); }
div.DivClassName
{
background-color: #EF1B43;
}
.BgClassName
{
background-color: #EF1B43;
}
</style>
border-color css
<style>
span { border-color: #EF1B43; }
span { border-color: rgb(239,27,67); }
td.TdClassName
{
border-color: #EF1B43;
}
.TagClassName
{
border-color: #EF1B43;
}
</style>