Html Css Color HEX #EF2024 Alizarin

📋 copy color: '#EF2024'

red 239 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #EF2024

Tints of Alizarin #EF2024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.73%

R = 77.85%
G = 10.42%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2024 (or 0xEF2024) is known color: Alizarin. HEX triplet: EF, 20 and 24. RGB value is (239,32,36). Sum of RGB (Red+Green+Blue) = 239+32+36=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2024 is #10DFDB. Grayscale: #5E5E5E. Windows color (decimal): -1105884 or 2367727. OLE color: 2367727.

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

Color convert

RGB 239 32 36 -
CMYK 0 0.87 0.85 0.06
HSL 358.84º 0.87% 0.53% -
HSV(B) 358.84º 0.87% 0.94% -
XYZ 36.43 19.51 3.51 -
YUV 94.35 95.08 231.17 -
System Red Green Blue C M Y K H S L
Decimal 239 32 36 0 0.87 0.85 0.06 358.84 0.87 0.53
Hex EF 20 24 0 57 55 6 167 57 35
Octal 357 40 44 0 127 125 6 547 127 65
Binary 11101111 100000 100100 0 1010111 1010101 110 101100111 1010111 110101

Color Harmonies of #EF2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2024

Black with #EF2024

Text Example


Text Example

White with #EF2024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2024; }

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

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

background-color css

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

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

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

border-color css

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

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

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