Html Css Color HEX #EF2133 Alizarin

📋 copy color: '#EF2133'

red 239 ◦ green 33 ◦ blue 51

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

Shades of Alizarin #EF2133

Tints of Alizarin #EF2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 73.99%
G = 10.22%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF2133 (or 0xEF2133) is known color: Alizarin. HEX triplet: EF, 21 and 33. RGB value is (239,33,51). Sum of RGB (Red+Green+Blue) = 239+33+51=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2133 is #10DECC. Grayscale: #606060. Windows color (decimal): -1105613 or 3351023. OLE color: 3351023.

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

Color convert

RGB 239 33 51 -
CMYK 0 0.86 0.79 0.06
HSL 354.76º 0.87% 0.53% -
HSV(B) 354.76º 0.86% 0.94% -
XYZ 36.74 19.68 4.99 -
YUV 96.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 239 33 51 0 0.86 0.79 0.06 354.76 0.87 0.53
Hex EF 21 33 0 56 4F 6 163 57 35
Octal 357 41 63 0 126 117 6 543 127 65
Binary 11101111 100001 110011 0 1010110 1001111 110 101100011 1010111 110101

Color Harmonies of #EF2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2133

Black with #EF2133

Text Example


Text Example

White with #EF2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2133; }

 p { color: rgb(239,33,51); }

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

background-color css

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

 a { background-color: rgb(239,33,51); }

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

border-color css

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

 span { border-color: rgb(239,33,51); }

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