Html Css Color HEX #EF1A2B Alizarin

📋 copy color: '#EF1A2B'

red 239 ◦ green 26 ◦ blue 43

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

Shades of Alizarin #EF1A2B

Tints of Alizarin #EF1A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 77.6%
G = 8.44%
B = 13.96%

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

#EF1A2B (or 0xEF1A2B) is known color: Alizarin. HEX triplet: EF, 1A and 2B. RGB value is (239,26,43). Sum of RGB (Red+Green+Blue) = 239+26+43=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1A2B is #10E5D4. Grayscale: #5B5B5B. Windows color (decimal): -1107413 or 2824943. OLE color: 2824943.

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

Color convert

RGB 239 26 43 -
CMYK 0 0.89 0.82 0.06
HSL 355.21º 0.87% 0.52% -
HSV(B) 355.21º 0.89% 0.94% -
XYZ 36.4 19.26 4.09 -
YUV 91.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 239 26 43 0 0.89 0.82 0.06 355.21 0.87 0.52
Hex EF 1A 2B 0 59 52 6 163 57 34
Octal 357 32 53 0 131 122 6 543 127 64
Binary 11101111 11010 101011 0 1011001 1010010 110 101100011 1010111 110100

Color Harmonies of #EF1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A2B

Black with #EF1A2B

Text Example


Text Example

White with #EF1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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