Html Css Color HEX #EF2427 Alizarin

📋 copy color: '#EF2427'

red 239 ◦ green 36 ◦ blue 39

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

Shades of Alizarin #EF2427

Tints of Alizarin #EF2427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 76.11%
G = 11.46%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2427 (or 0xEF2427) is known color: Alizarin. HEX triplet: EF, 24 and 27. RGB value is (239,36,39). Sum of RGB (Red+Green+Blue) = 239+36+39=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2427 is #10DBD8. Grayscale: #616161. Windows color (decimal): -1104857 or 2565359. OLE color: 2565359.

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

Color convert

RGB 239 36 39 -
CMYK 0 0.85 0.84 0.06
HSL 359.11º 0.86% 0.54% -
HSV(B) 359.11º 0.85% 0.94% -
XYZ 36.59 19.76 3.8 -
YUV 97.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 239 36 39 0 0.85 0.84 0.06 359.11 0.86 0.54
Hex EF 24 27 0 55 54 6 167 56 36
Octal 357 44 47 0 125 124 6 547 126 66
Binary 11101111 100100 100111 0 1010101 1010100 110 101100111 1010110 110110

Color Harmonies of #EF2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2427

Black with #EF2427

Text Example


Text Example

White with #EF2427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2427; }

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

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

background-color css

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

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

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

border-color css

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

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

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