Html Css Color HEX #EF2629 Alizarin

📋 copy color: '#EF2629'

red 239 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #EF2629

Tints of Alizarin #EF2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.95%

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

R = 75.16%
G = 11.95%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2629 (or 0xEF2629) is known color: Alizarin. HEX triplet: EF, 26 and 29. RGB value is (239,38,41). Sum of RGB (Red+Green+Blue) = 239+38+41=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2629 is #10D9D6. Grayscale: #626262. Windows color (decimal): -1104343 or 2696943. OLE color: 2696943.

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

Color convert

RGB 239 38 41 -
CMYK 0 0.84 0.83 0.06
HSL 359.1º 0.86% 0.54% -
HSV(B) 359.1º 0.84% 0.94% -
XYZ 36.69 19.9 4 -
YUV 98.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 239 38 41 0 0.84 0.83 0.06 359.1 0.86 0.54
Hex EF 26 29 0 54 53 6 167 56 36
Octal 357 46 51 0 124 123 6 547 126 66
Binary 11101111 100110 101001 0 1010100 1010011 110 101100111 1010110 110110

Color Harmonies of #EF2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2629

Black with #EF2629

Text Example


Text Example

White with #EF2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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