Html Css Color HEX #EF3338 Alizarin

📋 copy color: '#EF3338'

red 239 ◦ green 51 ◦ blue 56

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

Shades of Alizarin #EF3338

Tints of Alizarin #EF3338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.18%

R = 69.08%
G = 14.74%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF3338 (or 0xEF3338) is known color: Alizarin. HEX triplet: EF, 33 and 38. RGB value is (239,51,56). Sum of RGB (Red+Green+Blue) = 239+51+56=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3338 is #10CCC7. Grayscale: #6B6B6B. Windows color (decimal): -1101000 or 3683311. OLE color: 3683311.

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

Color convert

RGB 239 51 56 -
CMYK 0 0.79 0.77 0.06
HSL 358.4º 0.85% 0.57% -
HSV(B) 358.4º 0.79% 0.94% -
XYZ 37.49 21 5.82 -
YUV 107.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 239 51 56 0 0.79 0.77 0.06 358.4 0.85 0.57
Hex EF 33 38 0 4F 4D 6 166 55 39
Octal 357 63 70 0 117 115 6 546 125 71
Binary 11101111 110011 111000 0 1001111 1001101 110 101100110 1010101 111001

Color Harmonies of #EF3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3338

Black with #EF3338

Text Example


Text Example

White with #EF3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3338; }

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

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

background-color css

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

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

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

border-color css

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

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

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