Html Css Color HEX #EF2E2F Alizarin

📋 copy color: '#EF2E2F'

red 239 ◦ green 46 ◦ blue 47

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

Shades of Alizarin #EF2E2F

Tints of Alizarin #EF2E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.86%

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 71.99%
G = 13.86%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF2E2F (or 0xEF2E2F) is known color: Alizarin. HEX triplet: EF, 2E and 2F. RGB value is (239,46,47). Sum of RGB (Red+Green+Blue) = 239+46+47=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E2F is #10D1D0. Grayscale: #686868. Windows color (decimal): -1102289 or 3092207. OLE color: 3092207.

HSL color Cylindrical-coordinate representation of color #EF2E2F: 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 #EF2E2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 46 47 -
CMYK 0 0.81 0.80 0.06
HSL 359.69º 0.86% 0.56% -
HSV(B) 359.69º 0.81% 0.94% -
XYZ 37.09 20.51 4.69 -
YUV 103.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 239 46 47 0 0.81 0.80 0.06 359.69 0.86 0.56
Hex EF 2E 2F 0 51 50 6 168 56 38
Octal 357 56 57 0 121 120 6 550 126 70
Binary 11101111 101110 101111 0 1010001 1010000 110 101101000 1010110 111000

Color Harmonies of #EF2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E2F

Black with #EF2E2F

Text Example


Text Example

White with #EF2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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