Html Css Color HEX #EF272B Alizarin

📋 copy color: '#EF272B'

red 239 ◦ green 39 ◦ blue 43

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

Shades of Alizarin #EF272B

Tints of Alizarin #EF272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 74.45%
G = 12.15%
B = 13.4%

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

#EF272B (or 0xEF272B) is known color: Alizarin. HEX triplet: EF, 27 and 2B. RGB value is (239,39,43). Sum of RGB (Red+Green+Blue) = 239+39+43=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF272B is #10D8D4. Grayscale: #636363. Windows color (decimal): -1104085 or 2828271. OLE color: 2828271.

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

Color convert

RGB 239 39 43 -
CMYK 0 0.84 0.82 0.06
HSL 358.8º 0.86% 0.55% -
HSV(B) 358.8º 0.84% 0.94% -
XYZ 36.76 19.98 4.2 -
YUV 99.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 239 39 43 0 0.84 0.82 0.06 358.8 0.86 0.55
Hex EF 27 2B 0 54 52 6 167 56 37
Octal 357 47 53 0 124 122 6 547 126 67
Binary 11101111 100111 101011 0 1010100 1010010 110 101100111 1010110 110111

Color Harmonies of #EF272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF272B

Black with #EF272B

Text Example


Text Example

White with #EF272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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