Html Css Color HEX #EF1E23 Alizarin

📋 copy color: '#EF1E23'

red 239 ◦ green 30 ◦ blue 35

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

Shades of Alizarin #EF1E23

Tints of Alizarin #EF1E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 78.62%
G = 9.87%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF1E23 (or 0xEF1E23) is known color: Alizarin. HEX triplet: EF, 1E and 23. RGB value is (239,30,35). Sum of RGB (Red+Green+Blue) = 239+30+35=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E23 is #10E1DC. Grayscale: #5D5D5D. Windows color (decimal): -1106397 or 2301679. OLE color: 2301679.

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

Color convert

RGB 239 30 35 -
CMYK 0 0.87 0.85 0.06
HSL 358.56º 0.87% 0.53% -
HSV(B) 358.56º 0.87% 0.94% -
XYZ 36.36 19.4 3.42 -
YUV 93.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 239 30 35 0 0.87 0.85 0.06 358.56 0.87 0.53
Hex EF 1E 23 0 57 55 6 167 57 35
Octal 357 36 43 0 127 125 6 547 127 65
Binary 11101111 11110 100011 0 1010111 1010101 110 101100111 1010111 110101

Color Harmonies of #EF1E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E23

Black with #EF1E23

Text Example


Text Example

White with #EF1E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E23; }

 p { color: rgb(239,30,35); }

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

background-color css

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

 a { background-color: rgb(239,30,35); }

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

border-color css

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

 span { border-color: rgb(239,30,35); }

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