Html Css Color HEX #EF333B Alizarin

📋 copy color: '#EF333B'

red 239 ◦ green 51 ◦ blue 59

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

Shades of Alizarin #EF333B

Tints of Alizarin #EF333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 68.48%
G = 14.61%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF333B (or 0xEF333B) is known color: Alizarin. HEX triplet: EF, 33 and 3B. RGB value is (239,51,59). Sum of RGB (Red+Green+Blue) = 239+51+59=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333B is #10CCC4. Grayscale: #6C6C6C. Windows color (decimal): -1100997 or 3879919. OLE color: 3879919.

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

Color convert

RGB 239 51 59 -
CMYK 0 0.79 0.75 0.06
HSL 357.45º 0.85% 0.57% -
HSV(B) 357.45º 0.79% 0.94% -
XYZ 37.57 21.03 6.22 -
YUV 108.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 239 51 59 0 0.79 0.75 0.06 357.45 0.85 0.57
Hex EF 33 3B 0 4F 4B 6 165 55 39
Octal 357 63 73 0 117 113 6 545 125 71
Binary 11101111 110011 111011 0 1001111 1001011 110 101100101 1010101 111001

Color Harmonies of #EF333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF333B

Black with #EF333B

Text Example


Text Example

White with #EF333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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