Html Css Color HEX #EF2535 Alizarin

📋 copy color: '#EF2535'

red 239 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #EF2535

Tints of Alizarin #EF2535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 72.64%
G = 11.25%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF2535 (or 0xEF2535) is known color: Alizarin. HEX triplet: EF, 25 and 35. RGB value is (239,37,53). Sum of RGB (Red+Green+Blue) = 239+37+53=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2535 is #10DACA. Grayscale: #636363. Windows color (decimal): -1104587 or 3483119. OLE color: 3483119.

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

Color convert

RGB 239 37 53 -
CMYK 0 0.85 0.78 0.06
HSL 355.25º 0.86% 0.54% -
HSV(B) 355.25º 0.85% 0.94% -
XYZ 36.9 19.93 5.27 -
YUV 99.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 239 37 53 0 0.85 0.78 0.06 355.25 0.86 0.54
Hex EF 25 35 0 55 4E 6 163 56 36
Octal 357 45 65 0 125 116 6 543 126 66
Binary 11101111 100101 110101 0 1010101 1001110 110 101100011 1010110 110110

Color Harmonies of #EF2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2535

Black with #EF2535

Text Example


Text Example

White with #EF2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2535; }

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

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

background-color css

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

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

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

border-color css

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

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

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