Html Css Color HEX #EF333F Alizarin

📋 copy color: '#EF333F'

red 239 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #EF333F

Tints of Alizarin #EF333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.85%

R = 67.71%
G = 14.45%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF333F (or 0xEF333F) is known color: Alizarin. HEX triplet: EF, 33 and 3F. RGB value is (239,51,63). Sum of RGB (Red+Green+Blue) = 239+51+63=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF333F is #10CCC0. Grayscale: #6C6C6C. Windows color (decimal): -1100993 or 4142063. OLE color: 4142063.

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

Color convert

RGB 239 51 63 -
CMYK 0 0.79 0.74 0.06
HSL 356.17º 0.85% 0.57% -
HSV(B) 356.17º 0.79% 0.94% -
XYZ 37.68 21.08 6.79 -
YUV 108.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 239 51 63 0 0.79 0.74 0.06 356.17 0.85 0.57
Hex EF 33 3F 0 4F 4A 6 164 55 39
Octal 357 63 77 0 117 112 6 544 125 71
Binary 11101111 110011 111111 0 1001111 1001010 110 101100100 1010101 111001

Color Harmonies of #EF333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF333F

Black with #EF333F

Text Example


Text Example

White with #EF333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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