Html Css Color HEX #EF2529 Alizarin

📋 copy color: '#EF2529'

red 239 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #EF2529

Tints of Alizarin #EF2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 75.39%
G = 11.67%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2529 (or 0xEF2529) is known color: Alizarin. HEX triplet: EF, 25 and 29. RGB value is (239,37,41). Sum of RGB (Red+Green+Blue) = 239+37+41=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2529 is #10DAD6. Grayscale: #626262. Windows color (decimal): -1104599 or 2696687. OLE color: 2696687.

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

Color convert

RGB 239 37 41 -
CMYK 0 0.85 0.83 0.06
HSL 358.81º 0.86% 0.54% -
HSV(B) 358.81º 0.85% 0.94% -
XYZ 36.66 19.83 3.99 -
YUV 97.85 95.92 228.67 -
System Red Green Blue C M Y K H S L
Decimal 239 37 41 0 0.85 0.83 0.06 358.81 0.86 0.54
Hex EF 25 29 0 55 53 6 167 56 36
Octal 357 45 51 0 125 123 6 547 126 66
Binary 11101111 100101 101001 0 1010101 1010011 110 101100111 1010110 110110

Color Harmonies of #EF2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2529

Black with #EF2529

Text Example


Text Example

White with #EF2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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