Html Css Color HEX #EF272E Alizarin

📋 copy color: '#EF272E'

red 239 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #EF272E

Tints of Alizarin #EF272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 73.77%
G = 12.04%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF272E (or 0xEF272E) is known color: Alizarin. HEX triplet: EF, 27 and 2E. RGB value is (239,39,46). Sum of RGB (Red+Green+Blue) = 239+39+46=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF272E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF272E is #10D8D1. Grayscale: #636363. Windows color (decimal): -1104082 or 3024879. OLE color: 3024879.

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

Color convert

RGB 239 39 46 -
CMYK 0 0.84 0.81 0.06
HSL 357.9º 0.86% 0.55% -
HSV(B) 357.9º 0.84% 0.94% -
XYZ 36.82 20 4.5 -
YUV 99.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 239 39 46 0 0.84 0.81 0.06 357.9 0.86 0.55
Hex EF 27 2E 0 54 51 6 166 56 37
Octal 357 47 56 0 124 121 6 546 126 67
Binary 11101111 100111 101110 0 1010100 1010001 110 101100110 1010110 110111

Color Harmonies of #EF272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF272E

Black with #EF272E

Text Example


Text Example

White with #EF272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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