Html Css Color HEX #EF181C Alizarin

📋 copy color: '#EF181C'

red 239 ◦ green 24 ◦ blue 28

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

Shades of Alizarin #EF181C

Tints of Alizarin #EF181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 82.13%
G = 8.25%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF181C (or 0xEF181C) is known color: Alizarin. HEX triplet: EF, 18 and 1C. RGB value is (239,24,28). Sum of RGB (Red+Green+Blue) = 239+24+28=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF181C is #10E7E3. Grayscale: #585858. Windows color (decimal): -1107940 or 1841391. OLE color: 1841391.

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

Color convert

RGB 239 24 28 -
CMYK 0 0.90 0.88 0.06
HSL 358.88º 0.87% 0.52% -
HSV(B) 358.88º 0.9% 0.94% -
XYZ 36.13 19.09 2.88 -
YUV 88.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 239 24 28 0 0.90 0.88 0.06 358.88 0.87 0.52
Hex EF 18 1C 0 5A 58 6 167 57 34
Octal 357 30 34 0 132 130 6 547 127 64
Binary 11101111 11000 11100 0 1011010 1011000 110 101100111 1010111 110100

Color Harmonies of #EF181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF181C

Black with #EF181C

Text Example


Text Example

White with #EF181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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