Html Css Color HEX #EF3334 Alizarin

📋 copy color: '#EF3334'

red 239 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #EF3334

Tints of Alizarin #EF3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 69.88%
G = 14.91%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF3334 (or 0xEF3334) is known color: Alizarin. HEX triplet: EF, 33 and 34. RGB value is (239,51,52). Sum of RGB (Red+Green+Blue) = 239+51+52=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3334 is #10CCCB. Grayscale: #6B6B6B. Windows color (decimal): -1101004 or 3421167. OLE color: 3421167.

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

Color convert

RGB 239 51 52 -
CMYK 0 0.79 0.78 0.06
HSL 359.68º 0.85% 0.57% -
HSV(B) 359.68º 0.79% 0.94% -
XYZ 37.4 20.97 5.32 -
YUV 107.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 239 51 52 0 0.79 0.78 0.06 359.68 0.85 0.57
Hex EF 33 34 0 4F 4E 6 168 55 39
Octal 357 63 64 0 117 116 6 550 125 71
Binary 11101111 110011 110100 0 1001111 1001110 110 101101000 1010101 111001

Color Harmonies of #EF3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3334

Black with #EF3334

Text Example


Text Example

White with #EF3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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