Html Css Color HEX #EF2230 Alizarin

📋 copy color: '#EF2230'

red 239 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #EF2230

Tints of Alizarin #EF2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 74.45%
G = 10.59%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF2230 (or 0xEF2230) is known color: Alizarin. HEX triplet: EF, 22 and 30. RGB value is (239,34,48). Sum of RGB (Red+Green+Blue) = 239+34+48=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2230 is #10DDCF. Grayscale: #616161. Windows color (decimal): -1105360 or 3154671. OLE color: 3154671.

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

Color convert

RGB 239 34 48 -
CMYK 0 0.86 0.80 0.06
HSL 355.9º 0.86% 0.54% -
HSV(B) 355.9º 0.86% 0.94% -
XYZ 36.7 19.71 4.67 -
YUV 96.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 239 34 48 0 0.86 0.80 0.06 355.9 0.86 0.54
Hex EF 22 30 0 56 50 6 164 56 36
Octal 357 42 60 0 126 120 6 544 126 66
Binary 11101111 100010 110000 0 1010110 1010000 110 101100100 1010110 110110

Color Harmonies of #EF2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2230

Black with #EF2230

Text Example


Text Example

White with #EF2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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