#EF1643

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

Shades of Crimson #EF1643

Tints of Crimson #EF1643

Color information

#EF1643 (or 0xEF1643) is unknown color: approx Crimson. HEX triplet: EF, 16 and 43. RGB value is (239,22,67). Sum of RGB (Red+Green+Blue) = 239+22+67=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1643 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1643 is #10E9BC. Grayscale: #5C5C5C. Windows color (decimal): -1108413 or 4396783. OLE color: 4396783.

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

Color convert

RGB2392267-
CMYK00.910.720.06
HSL347.56º87.15%51.18%-
HSV(B)347.56º90.79%93.73%-
XYZ36.919.337.1-
YUV92.01113.89232.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.87%
GREEN value IS 22 (8.98% from 255) = 6.71%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=72.87%
G=6.71%
B=20.43%

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
Decimal239226700.910.720.06347.5687.1551.18
HexEF164305B48615c5733
Octal357261030133110653412763
Binary111011111011010000110101101110010001101010111001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1643; }

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

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

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

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

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

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

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

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