Html Css Color HEX #EF1E30 Alizarin

📋 copy color: '#EF1E30'

red 239 ◦ green 30 ◦ blue 48

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

Shades of Alizarin #EF1E30

Tints of Alizarin #EF1E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 75.39%
G = 9.46%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF1E30 (or 0xEF1E30) is known color: Alizarin. HEX triplet: EF, 1E and 30. RGB value is (239,30,48). Sum of RGB (Red+Green+Blue) = 239+30+48=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E30 is #10E1CF. Grayscale: #5E5E5E. Windows color (decimal): -1106384 or 3153647. OLE color: 3153647.

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

Color convert

RGB 239 30 48 -
CMYK 0 0.87 0.80 0.06
HSL 354.83º 0.87% 0.53% -
HSV(B) 354.83º 0.87% 0.94% -
XYZ 36.59 19.49 4.63 -
YUV 94.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 239 30 48 0 0.87 0.80 0.06 354.83 0.87 0.53
Hex EF 1E 30 0 57 50 6 163 57 35
Octal 357 36 60 0 127 120 6 543 127 65
Binary 11101111 11110 110000 0 1010111 1010000 110 101100011 1010111 110101

Color Harmonies of #EF1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E30

Black with #EF1E30

Text Example


Text Example

White with #EF1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E30; }

 p { color: rgb(239,30,48); }

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

background-color css

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

 a { background-color: rgb(239,30,48); }

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

border-color css

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

 span { border-color: rgb(239,30,48); }

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