Html Css Color HEX #EF2D2E Alizarin

📋 copy color: '#EF2D2E'

red 239 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #EF2D2E

Tints of Alizarin #EF2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 72.42%
G = 13.64%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF2D2E (or 0xEF2D2E) is known color: Alizarin. HEX triplet: EF, 2D and 2E. RGB value is (239,45,46). Sum of RGB (Red+Green+Blue) = 239+45+46=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D2E is #10D2D1. Grayscale: #676767. Windows color (decimal): -1102546 or 3026415. OLE color: 3026415.

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

Color convert

RGB 239 45 46 -
CMYK 0 0.81 0.81 0.06
HSL 359.69º 0.86% 0.56% -
HSV(B) 359.69º 0.81% 0.94% -
XYZ 37.03 20.42 4.58 -
YUV 103.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 239 45 46 0 0.81 0.81 0.06 359.69 0.86 0.56
Hex EF 2D 2E 0 51 51 6 168 56 38
Octal 357 55 56 0 121 121 6 550 126 70
Binary 11101111 101101 101110 0 1010001 1010001 110 101101000 1010110 111000

Color Harmonies of #EF2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D2E

Black with #EF2D2E

Text Example


Text Example

White with #EF2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D2E; }

 p { color: rgb(239,45,46); }

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

background-color css

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

 a { background-color: rgb(239,45,46); }

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

border-color css

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

 span { border-color: rgb(239,45,46); }

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