Html Css Color HEX #EF2425 Alizarin

📋 copy color: '#EF2425'

red 239 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #EF2425

Tints of Alizarin #EF2425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 76.6%
G = 11.54%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2425 (or 0xEF2425) is known color: Alizarin. HEX triplet: EF, 24 and 25. RGB value is (239,36,37). Sum of RGB (Red+Green+Blue) = 239+36+37=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2425 is #10DBDA. Grayscale: #616161. Windows color (decimal): -1104859 or 2434287. OLE color: 2434287.

HSL color Cylindrical-coordinate representation of color #EF2425: hue angle of 359.7º 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 #EF2425 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 36 37 -
CMYK 0 0.85 0.85 0.06
HSL 359.7º 0.86% 0.54% -
HSV(B) 359.7º 0.85% 0.94% -
XYZ 36.56 19.75 3.63 -
YUV 96.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 239 36 37 0 0.85 0.85 0.06 359.7 0.86 0.54
Hex EF 24 25 0 55 55 6 168 56 36
Octal 357 44 45 0 125 125 6 550 126 66
Binary 11101111 100100 100101 0 1010101 1010101 110 101101000 1010110 110110

Color Harmonies of #EF2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2425

Black with #EF2425

Text Example


Text Example

White with #EF2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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