Html Css Color HEX #EF252B Alizarin

📋 copy color: '#EF252B'

red 239 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #EF252B

Tints of Alizarin #EF252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 74.92%
G = 11.6%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF252B (or 0xEF252B) is known color: Alizarin. HEX triplet: EF, 25 and 2B. RGB value is (239,37,43). Sum of RGB (Red+Green+Blue) = 239+37+43=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF252B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF252B is #10DAD4. Grayscale: #626262. Windows color (decimal): -1104597 or 2827759. OLE color: 2827759.

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

Color convert

RGB 239 37 43 -
CMYK 0 0.85 0.82 0.06
HSL 358.22º 0.86% 0.54% -
HSV(B) 358.22º 0.85% 0.94% -
XYZ 36.69 19.85 4.18 -
YUV 98.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 239 37 43 0 0.85 0.82 0.06 358.22 0.86 0.54
Hex EF 25 2B 0 55 52 6 166 56 36
Octal 357 45 53 0 125 122 6 546 126 66
Binary 11101111 100101 101011 0 1010101 1010010 110 101100110 1010110 110110

Color Harmonies of #EF252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF252B

Black with #EF252B

Text Example


Text Example

White with #EF252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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