Html Css Color HEX #EF2028 Alizarin

📋 copy color: '#EF2028'

red 239 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #EF2028

Tints of Alizarin #EF2028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 76.85%
G = 10.29%
B = 12.86%

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

#EF2028 (or 0xEF2028) is known color: Alizarin. HEX triplet: EF, 20 and 28. RGB value is (239,32,40). Sum of RGB (Red+Green+Blue) = 239+32+40=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2028 is #10DFD7. Grayscale: #5E5E5E. Windows color (decimal): -1105880 or 2629871. OLE color: 2629871.

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

Color convert

RGB 239 32 40 -
CMYK 0 0.87 0.83 0.06
HSL 357.68º 0.87% 0.53% -
HSV(B) 357.68º 0.87% 0.94% -
XYZ 36.5 19.54 3.85 -
YUV 94.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 239 32 40 0 0.87 0.83 0.06 357.68 0.87 0.53
Hex EF 20 28 0 57 53 6 166 57 35
Octal 357 40 50 0 127 123 6 546 127 65
Binary 11101111 100000 101000 0 1010111 1010011 110 101100110 1010111 110101

Color Harmonies of #EF2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2028

Black with #EF2028

Text Example


Text Example

White with #EF2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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