Html Css Color HEX #EF242D Alizarin

📋 copy color: '#EF242D'

red 239 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #EF242D

Tints of Alizarin #EF242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 74.69%
G = 11.25%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF242D (or 0xEF242D) is known color: Alizarin. HEX triplet: EF, 24 and 2D. RGB value is (239,36,45). Sum of RGB (Red+Green+Blue) = 239+36+45=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF242D is #10DBD2. Grayscale: #616161. Windows color (decimal): -1104851 or 2958575. OLE color: 2958575.

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

Color convert

RGB 239 36 45 -
CMYK 0 0.85 0.81 0.06
HSL 357.34º 0.86% 0.54% -
HSV(B) 357.34º 0.85% 0.94% -
XYZ 36.7 19.8 4.37 -
YUV 97.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 239 36 45 0 0.85 0.81 0.06 357.34 0.86 0.54
Hex EF 24 2D 0 55 51 6 165 56 36
Octal 357 44 55 0 125 121 6 545 126 66
Binary 11101111 100100 101101 0 1010101 1010001 110 101100101 1010110 110110

Color Harmonies of #EF242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF242D

Black with #EF242D

Text Example


Text Example

White with #EF242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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