Html Css Color HEX #EF2029 Alizarin

📋 copy color: '#EF2029'

red 239 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #EF2029

Tints of Alizarin #EF2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 76.6%
G = 10.26%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2029 (or 0xEF2029) is known color: Alizarin. HEX triplet: EF, 20 and 29. RGB value is (239,32,41). Sum of RGB (Red+Green+Blue) = 239+32+41=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2029 is #10DFD6. Grayscale: #5F5F5F. Windows color (decimal): -1105879 or 2695407. OLE color: 2695407.

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

Color convert

RGB 239 32 41 -
CMYK 0 0.87 0.83 0.06
HSL 357.39º 0.87% 0.53% -
HSV(B) 357.39º 0.87% 0.94% -
XYZ 36.51 19.54 3.95 -
YUV 94.92 97.58 230.77 -
System Red Green Blue C M Y K H S L
Decimal 239 32 41 0 0.87 0.83 0.06 357.39 0.87 0.53
Hex EF 20 29 0 57 53 6 165 57 35
Octal 357 40 51 0 127 123 6 545 127 65
Binary 11101111 100000 101001 0 1010111 1010011 110 101100101 1010111 110101

Color Harmonies of #EF2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2029

Black with #EF2029

Text Example


Text Example

White with #EF2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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