Html Css Color HEX #EF191A Alizarin

📋 copy color: '#EF191A'

red 239 ◦ green 25 ◦ blue 26

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

Shades of Alizarin #EF191A

Tints of Alizarin #EF191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 82.41%
G = 8.62%
B = 8.97%

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

#EF191A (or 0xEF191A) is known color: Alizarin. HEX triplet: EF, 19 and 1A. RGB value is (239,25,26). Sum of RGB (Red+Green+Blue) = 239+25+26=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF191A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF191A is #10E6E5. Grayscale: #595959. Windows color (decimal): -1107686 or 1710575. OLE color: 1710575.

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

Color convert

RGB 239 25 26 -
CMYK 0 0.90 0.89 0.06
HSL 359.72º 0.87% 0.52% -
HSV(B) 359.72º 0.9% 0.94% -
XYZ 36.13 19.12 2.76 -
YUV 89.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 239 25 26 0 0.90 0.89 0.06 359.72 0.87 0.52
Hex EF 19 1A 0 5A 59 6 168 57 34
Octal 357 31 32 0 132 131 6 550 127 64
Binary 11101111 11001 11010 0 1011010 1011001 110 101101000 1010111 110100

Color Harmonies of #EF191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF191A

Black with #EF191A

Text Example


Text Example

White with #EF191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF191A; }

 p { color: rgb(239,25,26); }

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

background-color css

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

 a { background-color: rgb(239,25,26); }

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

border-color css

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

 span { border-color: rgb(239,25,26); }

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