Html Css Color HEX #EF1A36 Alizarin

📋 copy color: '#EF1A36'

red 239 ◦ green 26 ◦ blue 54

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

Shades of Alizarin #EF1A36

Tints of Alizarin #EF1A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 74.92%
G = 8.15%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF1A36 (or 0xEF1A36) is known color: Alizarin. HEX triplet: EF, 1A and 36. RGB value is (239,26,54). Sum of RGB (Red+Green+Blue) = 239+26+54=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A36 is #10E5C9. Grayscale: #5C5C5C. Windows color (decimal): -1107402 or 3545839. OLE color: 3545839.

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

Color convert

RGB 239 26 54 -
CMYK 0 0.89 0.77 0.06
HSL 352.11º 0.87% 0.52% -
HSV(B) 352.11º 0.89% 0.94% -
XYZ 36.63 19.36 5.3 -
YUV 92.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 239 26 54 0 0.89 0.77 0.06 352.11 0.87 0.52
Hex EF 1A 36 0 59 4D 6 160 57 34
Octal 357 32 66 0 131 115 6 540 127 64
Binary 11101111 11010 110110 0 1011001 1001101 110 101100000 1010111 110100

Color Harmonies of #EF1A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A36

Black with #EF1A36

Text Example


Text Example

White with #EF1A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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