Html Css Color HEX #EF272A Alizarin

📋 copy color: '#EF272A'

red 239 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #EF272A

Tints of Alizarin #EF272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

 BLUE value IS 42 (16.8% from 255) = 13.13%

R = 74.69%
G = 12.19%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF272A (or 0xEF272A) is known color: Alizarin. HEX triplet: EF, 27 and 2A. RGB value is (239,39,42). Sum of RGB (Red+Green+Blue) = 239+39+42=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF272A is #10D8D5. Grayscale: #636363. Windows color (decimal): -1104086 or 2762735. OLE color: 2762735.

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

Color convert

RGB 239 39 42 -
CMYK 0 0.84 0.82 0.06
HSL 359.1º 0.86% 0.55% -
HSV(B) 359.1º 0.84% 0.94% -
XYZ 36.74 19.97 4.11 -
YUV 99.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 239 39 42 0 0.84 0.82 0.06 359.1 0.86 0.55
Hex EF 27 2A 0 54 52 6 167 56 37
Octal 357 47 52 0 124 122 6 547 126 67
Binary 11101111 100111 101010 0 1010100 1010010 110 101100111 1010110 110111

Color Harmonies of #EF272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF272A

Black with #EF272A

Text Example


Text Example

White with #EF272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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