#EF1A41

Color #EF1A41 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #EF1A41

Tints of Crimson #EF1A41

Color information

#EF1A41 (or 0xEF1A41) is unknown color: approx Crimson. HEX triplet: EF, 1A and 41. RGB value is (239,26,65). Sum of RGB (Red+Green+Blue) = 239+26+65=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A41 is #10E5BE. Grayscale: #5E5E5E. Windows color (decimal): -1107391 or 4266735. OLE color: 4266735.

HSL color Cylindrical-coordinate representation of color #EF1A41: hue angle of 349.01º 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 #EF1A41 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB2392665-
CMYK00.890.730.06
HSL349.01º86.94%51.96%-
HSV(B)349.01º89.12%93.73%-
XYZ36.9219.476.81-
YUV94.13111.57231.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 72.42%
GREEN value IS 26 (10.55% from 255) = 7.88%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=72.42%
G=7.88%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239266500.890.730.06349.0186.9451.96
HexEF1A4105949615d5734
Octal357321010131111653512764
Binary111011111101010000010101100110010011101010111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A41; }

 p { color: rgb(239,26,65); }

 H1.HeaderClassName
 {
   color: #EF1A41;
 }
 .AnyTagClassName
 {
   color: #EF1A41;
 }
</style>
background-color css

<style>
 a { background-color: #EF1A41; }

 a { background-color: rgb(239,26,65); }

 div.DivClassName
 {
   background-color: #EF1A41;
 }
 .BgClassName
 {
   background-color: #EF1A41;
 }
</style>
border-color css

<style>
 span { border-color: #EF1A41; }

 span { border-color: rgb(239,26,65); }

 td.TdClassName
 {
   border-color: #EF1A41;
 }
 .TagClassName
 {
   border-color: #EF1A41;
 }
</style>