Html Css Color HEX #EF1C2A Alizarin

📋 copy color: '#EF1C2A'

red 239 ◦ green 28 ◦ blue 42

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

Shades of Alizarin #EF1C2A

Tints of Alizarin #EF1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

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

R = 77.35%
G = 9.06%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF1C2A (or 0xEF1C2A) is known color: Alizarin. HEX triplet: EF, 1C and 2A. RGB value is (239,28,42). Sum of RGB (Red+Green+Blue) = 239+28+42=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C2A is #10E3D5. Grayscale: #5C5C5C. Windows color (decimal): -1106902 or 2759919. OLE color: 2759919.

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

Color convert

RGB 239 28 42 -
CMYK 0 0.88 0.82 0.06
HSL 356.02º 0.87% 0.52% -
HSV(B) 356.02º 0.88% 0.94% -
XYZ 36.43 19.35 4.01 -
YUV 92.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 239 28 42 0 0.88 0.82 0.06 356.02 0.87 0.52
Hex EF 1C 2A 0 58 52 6 164 57 34
Octal 357 34 52 0 130 122 6 544 127 64
Binary 11101111 11100 101010 0 1011000 1010010 110 101100100 1010111 110100

Color Harmonies of #EF1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1C2A

Black with #EF1C2A

Text Example


Text Example

White with #EF1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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