Html Css Color HEX #EF293E Alizarin

📋 copy color: '#EF293E'

red 239 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #EF293E

Tints of Alizarin #EF293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 69.88%
G = 11.99%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF293E (or 0xEF293E) is known color: Alizarin. HEX triplet: EF, 29 and 3E. RGB value is (239,41,62). Sum of RGB (Red+Green+Blue) = 239+41+62=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF293E is #10D6C1. Grayscale: #666666. Windows color (decimal): -1103554 or 4073967. OLE color: 4073967.

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

Color convert

RGB 239 41 62 -
CMYK 0 0.83 0.74 0.06
HSL 353.64º 0.86% 0.55% -
HSV(B) 353.64º 0.83% 0.94% -
XYZ 37.26 20.28 6.51 -
YUV 102.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 239 41 62 0 0.83 0.74 0.06 353.64 0.86 0.55
Hex EF 29 3E 0 53 4A 6 162 56 37
Octal 357 51 76 0 123 112 6 542 126 67
Binary 11101111 101001 111110 0 1010011 1001010 110 101100010 1010110 110111

Color Harmonies of #EF293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF293E

Black with #EF293E

Text Example


Text Example

White with #EF293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF293E; }

 p { color: rgb(239,41,62); }

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

background-color css

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

 a { background-color: rgb(239,41,62); }

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

border-color css

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

 span { border-color: rgb(239,41,62); }

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