#EF1A40

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

Shades of Crimson #EF1A40

Tints of Crimson #EF1A40

Color information

#EF1A40 (or 0xEF1A40) is unknown color: approx Crimson. HEX triplet: EF, 1A and 40. RGB value is (239,26,64). Sum of RGB (Red+Green+Blue) = 239+26+64=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A40 is #10E5BF. Grayscale: #5E5E5E. Windows color (decimal): -1107392 or 4201199. OLE color: 4201199.

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

Color convert

RGB2392664-
CMYK00.890.730.06
HSL349.3º86.94%51.96%-
HSV(B)349.3º89.12%93.73%-
XYZ36.8919.466.66-
YUV94.02111.07231.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.64%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=72.64%
G=7.90%
B=19.45%

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
Decimal239266400.890.730.06349.386.9451.96
HexEF1A4005949615d5734
Octal357321000131111653512764
Binary111011111101010000000101100110010011101010111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A40; }

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

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

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

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

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

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

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

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