Html Css Color HEX #EF2A3A Alizarin

📋 copy color: '#EF2A3A'

red 239 ◦ green 42 ◦ blue 58

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

Shades of Alizarin #EF2A3A

Tints of Alizarin #EF2A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.39%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 70.5%
G = 12.39%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF2A3A (or 0xEF2A3A) is known color: Alizarin. HEX triplet: EF, 2A and 3A. RGB value is (239,42,58). Sum of RGB (Red+Green+Blue) = 239+42+58=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A3A is #10D5C5. Grayscale: #666666. Windows color (decimal): -1103302 or 3812079. OLE color: 3812079.

HSL color Cylindrical-coordinate representation of color #EF2A3A: hue angle of 355.13º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A3A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 58 -
CMYK 0 0.82 0.76 0.06
HSL 355.13º 0.86% 0.55% -
HSV(B) 355.13º 0.82% 0.94% -
XYZ 37.19 20.31 5.96 -
YUV 102.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 239 42 58 0 0.82 0.76 0.06 355.13 0.86 0.55
Hex EF 2A 3A 0 52 4C 6 163 56 37
Octal 357 52 72 0 122 114 6 543 126 67
Binary 11101111 101010 111010 0 1010010 1001100 110 101100011 1010110 110111

Color Harmonies of #EF2A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A3A

Black with #EF2A3A

Text Example


Text Example

White with #EF2A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A3A; }

 p { color: rgb(239,42,58); }

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

background-color css

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

 a { background-color: rgb(239,42,58); }

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

border-color css

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

 span { border-color: rgb(239,42,58); }

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