Html Css Color HEX #EF1922 Alizarin

📋 copy color: '#EF1922'

red 239 ◦ green 25 ◦ blue 34

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

Shades of Alizarin #EF1922

Tints of Alizarin #EF1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 80.2%
G = 8.39%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF1922 (or 0xEF1922) is known color: Alizarin. HEX triplet: EF, 19 and 22. RGB value is (239,25,34). Sum of RGB (Red+Green+Blue) = 239+25+34=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1922 is #10E6DD. Grayscale: #5A5A5A. Windows color (decimal): -1107678 or 2234863. OLE color: 2234863.

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

Color convert

RGB 239 25 34 -
CMYK 0 0.90 0.86 0.06
HSL 357.48º 0.87% 0.52% -
HSV(B) 357.48º 0.9% 0.94% -
XYZ 36.23 19.16 3.3 -
YUV 90.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 239 25 34 0 0.90 0.86 0.06 357.48 0.87 0.52
Hex EF 19 22 0 5A 56 6 165 57 34
Octal 357 31 42 0 132 126 6 545 127 64
Binary 11101111 11001 100010 0 1011010 1010110 110 101100101 1010111 110100

Color Harmonies of #EF1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1922

Black with #EF1922

Text Example


Text Example

White with #EF1922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1922; }

 p { color: rgb(239,25,34); }

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

background-color css

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

 a { background-color: rgb(239,25,34); }

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

border-color css

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

 span { border-color: rgb(239,25,34); }

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