Html Css Color HEX #EF181B Alizarin

📋 copy color: '#EF181B'

red 239 ◦ green 24 ◦ blue 27

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

Shades of Alizarin #EF181B

Tints of Alizarin #EF181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 82.41%
G = 8.28%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF181B (or 0xEF181B) is known color: Alizarin. HEX triplet: EF, 18 and 1B. RGB value is (239,24,27). Sum of RGB (Red+Green+Blue) = 239+24+27=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF181B is #10E7E4. Grayscale: #585858. Windows color (decimal): -1107941 or 1775855. OLE color: 1775855.

HSL color Cylindrical-coordinate representation of color #EF181B: hue angle of 359.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF181B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 27 -
CMYK 0 0.90 0.89 0.06
HSL 359.16º 0.87% 0.52% -
HSV(B) 359.16º 0.9% 0.94% -
XYZ 36.12 19.08 2.82 -
YUV 88.63 93.23 235.26 -
System Red Green Blue C M Y K H S L
Decimal 239 24 27 0 0.90 0.89 0.06 359.16 0.87 0.52
Hex EF 18 1B 0 5A 59 6 167 57 34
Octal 357 30 33 0 132 131 6 547 127 64
Binary 11101111 11000 11011 0 1011010 1011001 110 101100111 1010111 110100

Color Harmonies of #EF181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF181B

Black with #EF181B

Text Example


Text Example

White with #EF181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF181B; }

 p { color: rgb(239,24,27); }

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

background-color css

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

 a { background-color: rgb(239,24,27); }

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

border-color css

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

 span { border-color: rgb(239,24,27); }

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