Html Css Color HEX #EF232E Alizarin

📋 copy color: '#EF232E'

red 239 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #EF232E

Tints of Alizarin #EF232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 74.69%
G = 10.94%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF232E (or 0xEF232E) is known color: Alizarin. HEX triplet: EF, 23 and 2E. RGB value is (239,35,46). Sum of RGB (Red+Green+Blue) = 239+35+46=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF232E is #10DCD1. Grayscale: #616161. Windows color (decimal): -1105106 or 3023855. OLE color: 3023855.

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

Color convert

RGB 239 35 46 -
CMYK 0 0.85 0.81 0.06
HSL 356.76º 0.86% 0.54% -
HSV(B) 356.76º 0.85% 0.94% -
XYZ 36.69 19.75 4.46 -
YUV 97.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 239 35 46 0 0.85 0.81 0.06 356.76 0.86 0.54
Hex EF 23 2E 0 55 51 6 165 56 36
Octal 357 43 56 0 125 121 6 545 126 66
Binary 11101111 100011 101110 0 1010101 1010001 110 101100101 1010110 110110

Color Harmonies of #EF232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF232E

Black with #EF232E

Text Example


Text Example

White with #EF232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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