#EF1642

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

Shades of Crimson #EF1642

Tints of Crimson #EF1642

Color information

#EF1642 (or 0xEF1642) is unknown color: approx Crimson. HEX triplet: EF, 16 and 42. RGB value is (239,22,66). Sum of RGB (Red+Green+Blue) = 239+22+66=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1642 is #10E9BD. Grayscale: #5B5B5B. Windows color (decimal): -1108414 or 4331247. OLE color: 4331247.

HSL color Cylindrical-coordinate representation of color #EF1642: hue angle of 347.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1642 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2392266-
CMYK00.910.720.06
HSL347.83º87.15%51.18%-
HSV(B)347.83º90.79%93.73%-
XYZ36.8719.326.94-
YUV91.9113.39232.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 73.09%
GREEN value IS 22 (8.98% from 255) = 6.73%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=73.09%
G=6.73%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239226600.910.720.06347.8387.1551.18
HexEF164205B48615c5733
Octal357261020133110653412763
Binary111011111011010000100101101110010001101010111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1642; }

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

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

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

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

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

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

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

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