Html Css Color HEX #EF2832 Alizarin

📋 copy color: '#EF2832'

red 239 ◦ green 40 ◦ blue 50

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

Shades of Alizarin #EF2832

Tints of Alizarin #EF2832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 72.64%
G = 12.16%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2832 (or 0xEF2832) is known color: Alizarin. HEX triplet: EF, 28 and 32. RGB value is (239,40,50). Sum of RGB (Red+Green+Blue) = 239+40+50=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2832 is #10D7CD. Grayscale: #646464. Windows color (decimal): -1103822 or 3287279. OLE color: 3287279.

HSL color Cylindrical-coordinate representation of color #EF2832: hue angle of 356.98º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2832 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 40 50 -
CMYK 0 0.83 0.79 0.06
HSL 356.98º 0.86% 0.55% -
HSV(B) 356.98º 0.83% 0.94% -
XYZ 36.93 20.1 4.95 -
YUV 100.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 239 40 50 0 0.83 0.79 0.06 356.98 0.86 0.55
Hex EF 28 32 0 53 4F 6 165 56 37
Octal 357 50 62 0 123 117 6 545 126 67
Binary 11101111 101000 110010 0 1010011 1001111 110 101100101 1010110 110111

Color Harmonies of #EF2832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2832

Black with #EF2832

Text Example


Text Example

White with #EF2832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2832; }

 p { color: rgb(239,40,50); }

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

background-color css

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

 a { background-color: rgb(239,40,50); }

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

border-color css

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

 span { border-color: rgb(239,40,50); }

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