Html Css Color HEX #EF252D Alizarin

📋 copy color: '#EF252D'

red 239 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #EF252D

Tints of Alizarin #EF252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 74.45%
G = 11.53%
B = 14.02%

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

#EF252D (or 0xEF252D) is known color: Alizarin. HEX triplet: EF, 25 and 2D. RGB value is (239,37,45). Sum of RGB (Red+Green+Blue) = 239+37+45=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF252D is #10DAD2. Grayscale: #626262. Windows color (decimal): -1104595 or 2958831. OLE color: 2958831.

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

Color convert

RGB 239 37 45 -
CMYK 0 0.85 0.81 0.06
HSL 357.62º 0.86% 0.54% -
HSV(B) 357.62º 0.85% 0.94% -
XYZ 36.73 19.86 4.38 -
YUV 98.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 239 37 45 0 0.85 0.81 0.06 357.62 0.86 0.54
Hex EF 25 2D 0 55 51 6 166 56 36
Octal 357 45 55 0 125 121 6 546 126 66
Binary 11101111 100101 101101 0 1010101 1010001 110 101100110 1010110 110110

Color Harmonies of #EF252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF252D

Black with #EF252D

Text Example


Text Example

White with #EF252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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