Html Css Color HEX #EF202E Alizarin

📋 copy color: '#EF202E'

red 239 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #EF202E

Tints of Alizarin #EF202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 75.39%
G = 10.09%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF202E (or 0xEF202E) is known color: Alizarin. HEX triplet: EF, 20 and 2E. RGB value is (239,32,46). Sum of RGB (Red+Green+Blue) = 239+32+46=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202E is #10DFD1. Grayscale: #5F5F5F. Windows color (decimal): -1105874 or 3023087. OLE color: 3023087.

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

Color convert

RGB 239 32 46 -
CMYK 0 0.87 0.81 0.06
HSL 355.94º 0.87% 0.53% -
HSV(B) 355.94º 0.87% 0.94% -
XYZ 36.61 19.58 4.43 -
YUV 95.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 239 32 46 0 0.87 0.81 0.06 355.94 0.87 0.53
Hex EF 20 2E 0 57 51 6 164 57 35
Octal 357 40 56 0 127 121 6 544 127 65
Binary 11101111 100000 101110 0 1010111 1010001 110 101100100 1010111 110101

Color Harmonies of #EF202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF202E

Black with #EF202E

Text Example


Text Example

White with #EF202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF202E; }

 p { color: rgb(239,32,46); }

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

background-color css

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

 a { background-color: rgb(239,32,46); }

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

border-color css

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

 span { border-color: rgb(239,32,46); }

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