Html Css Color HEX #EF253F Alizarin

📋 copy color: '#EF253F'

red 239 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #EF253F

Tints of Alizarin #EF253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.58%

R = 70.5%
G = 10.91%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF253F (or 0xEF253F) is known color: Alizarin. HEX triplet: EF, 25 and 3F. RGB value is (239,37,63). Sum of RGB (Red+Green+Blue) = 239+37+63=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF253F is #10DAC0. Grayscale: #646464. Windows color (decimal): -1104577 or 4138479. OLE color: 4138479.

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

Color convert

RGB 239 37 63 -
CMYK 0 0.85 0.74 0.06
HSL 352.28º 0.86% 0.54% -
HSV(B) 352.28º 0.85% 0.94% -
XYZ 37.16 20.03 6.61 -
YUV 100.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 239 37 63 0 0.85 0.74 0.06 352.28 0.86 0.54
Hex EF 25 3F 0 55 4A 6 160 56 36
Octal 357 45 77 0 125 112 6 540 126 66
Binary 11101111 100101 111111 0 1010101 1001010 110 101100000 1010110 110110

Color Harmonies of #EF253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF253F

Black with #EF253F

Text Example


Text Example

White with #EF253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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