#EF1A42

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

Shades of Crimson #EF1A42

Tints of Crimson #EF1A42

Color information

#EF1A42 (or 0xEF1A42) is unknown color: approx Crimson. HEX triplet: EF, 1A and 42. RGB value is (239,26,66). Sum of RGB (Red+Green+Blue) = 239+26+66=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A42 is #10E5BD. Grayscale: #5E5E5E. Windows color (decimal): -1107390 or 4332271. OLE color: 4332271.

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

Color convert

RGB2392666-
CMYK00.890.720.06
HSL348.73º86.94%51.96%-
HSV(B)348.73º89.12%93.73%-
XYZ36.9519.486.97-
YUV94.25112.07231.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.21%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=72.21%
G=7.85%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239266600.890.720.06348.7386.9451.96
HexEF1A4205948615d5734
Octal357321020131110653512764
Binary111011111101010000100101100110010001101010111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A42; }

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

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

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

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

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

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

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

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