Html Css Color HEX #EF253A Alizarin

📋 copy color: '#EF253A'

red 239 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #EF253A

Tints of Alizarin #EF253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 71.56%
G = 11.08%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF253A (or 0xEF253A) is known color: Alizarin. HEX triplet: EF, 25 and 3A. RGB value is (239,37,58). Sum of RGB (Red+Green+Blue) = 239+37+58=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF253A is #10DAC5. Grayscale: #636363. Windows color (decimal): -1104582 or 3810799. OLE color: 3810799.

HSL color Cylindrical-coordinate representation of color #EF253A: hue angle of 353.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 #EF253A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 37 58 -
CMYK 0 0.85 0.76 0.06
HSL 353.76º 0.86% 0.54% -
HSV(B) 353.76º 0.85% 0.94% -
XYZ 37.02 19.98 5.91 -
YUV 99.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 239 37 58 0 0.85 0.76 0.06 353.76 0.86 0.54
Hex EF 25 3A 0 55 4C 6 162 56 36
Octal 357 45 72 0 125 114 6 542 126 66
Binary 11101111 100101 111010 0 1010101 1001100 110 101100010 1010110 110110

Color Harmonies of #EF253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF253A

Black with #EF253A

Text Example


Text Example

White with #EF253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF253A; }

 p { color: rgb(239,37,58); }

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

background-color css

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

 a { background-color: rgb(239,37,58); }

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

border-color css

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

 span { border-color: rgb(239,37,58); }

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