Html Css Color HEX #EF272D Alizarin

📋 copy color: '#EF272D'

red 239 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #EF272D

Tints of Alizarin #EF272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 73.99%
G = 12.07%
B = 13.93%

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

#EF272D (or 0xEF272D) is known color: Alizarin. HEX triplet: EF, 27 and 2D. RGB value is (239,39,45). Sum of RGB (Red+Green+Blue) = 239+39+45=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF272D is #10D8D2. Grayscale: #636363. Windows color (decimal): -1104083 or 2959343. OLE color: 2959343.

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

Color convert

RGB 239 39 45 -
CMYK 0 0.84 0.81 0.06
HSL 358.2º 0.86% 0.55% -
HSV(B) 358.2º 0.84% 0.94% -
XYZ 36.8 19.99 4.4 -
YUV 99.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 239 39 45 0 0.84 0.81 0.06 358.2 0.86 0.55
Hex EF 27 2D 0 54 51 6 166 56 37
Octal 357 47 55 0 124 121 6 546 126 67
Binary 11101111 100111 101101 0 1010100 1010001 110 101100110 1010110 110111

Color Harmonies of #EF272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF272D

Black with #EF272D

Text Example


Text Example

White with #EF272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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