Html Css Color HEX #EF1A37 Alizarin

📋 copy color: '#EF1A37'

red 239 ◦ green 26 ◦ blue 55

#EF1A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #EF1A37

Tints of Alizarin #EF1A37

RGB

 RED value IS 239 (93.75% from 255) = 74.69%

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 74.69%
G = 8.13%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF1A37 (or 0xEF1A37) is known color: Alizarin. HEX triplet: EF, 1A and 37. RGB value is (239,26,55). Sum of RGB (Red+Green+Blue) = 239+26+55=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A37 is #10E5C8. Grayscale: #5D5D5D. Windows color (decimal): -1107401 or 3611375. OLE color: 3611375.

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

Color convert

RGB 239 26 55 -
CMYK 0 0.89 0.77 0.06
HSL 351.83º 0.87% 0.52% -
HSV(B) 351.83º 0.89% 0.94% -
XYZ 36.66 19.37 5.42 -
YUV 92.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 239 26 55 0 0.89 0.77 0.06 351.83 0.87 0.52
Hex EF 1A 37 0 59 4D 6 160 57 34
Octal 357 32 67 0 131 115 6 540 127 64
Binary 11101111 11010 110111 0 1011001 1001101 110 101100000 1010111 110100

Color Harmonies of #EF1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A37

Black with #EF1A37

Text Example


Text Example

White with #EF1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A37; }

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

 H1.HeaderClassName
 {
   color: #EF1A37;
 }
 .AnyTagClassName
 {
   color: #EF1A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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