Html Css Color HEX #EF1A2A Alizarin

📋 copy color: '#EF1A2A'

red 239 ◦ green 26 ◦ blue 42

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

Shades of Alizarin #EF1A2A

Tints of Alizarin #EF1A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 77.85%
G = 8.47%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF1A2A (or 0xEF1A2A) is known color: Alizarin. HEX triplet: EF, 1A and 2A. RGB value is (239,26,42). Sum of RGB (Red+Green+Blue) = 239+26+42=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A2A is #10E5D5. Grayscale: #5B5B5B. Windows color (decimal): -1107414 or 2759407. OLE color: 2759407.

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

Color convert

RGB 239 26 42 -
CMYK 0 0.89 0.82 0.06
HSL 355.49º 0.87% 0.52% -
HSV(B) 355.49º 0.89% 0.94% -
XYZ 36.38 19.26 3.99 -
YUV 91.51 100.07 233.2 -
System Red Green Blue C M Y K H S L
Decimal 239 26 42 0 0.89 0.82 0.06 355.49 0.87 0.52
Hex EF 1A 2A 0 59 52 6 163 57 34
Octal 357 32 52 0 131 122 6 543 127 64
Binary 11101111 11010 101010 0 1011001 1010010 110 101100011 1010111 110100

Color Harmonies of #EF1A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A2A

Black with #EF1A2A

Text Example


Text Example

White with #EF1A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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