Html Css Color HEX #EF3B3E Alizarin

📋 copy color: '#EF3B3E'

red 239 ◦ green 59 ◦ blue 62

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

Shades of Alizarin #EF3B3E

Tints of Alizarin #EF3B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.39%

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 66.39%
G = 16.39%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF3B3E (or 0xEF3B3E) is known color: Alizarin. HEX triplet: EF, 3B and 3E. RGB value is (239,59,62). Sum of RGB (Red+Green+Blue) = 239+59+62=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3B3E is #10C4C1. Grayscale: #717171. Windows color (decimal): -1098946 or 4078575. OLE color: 4078575.

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

Color convert

RGB 239 59 62 -
CMYK 0 0.75 0.74 0.06
HSL 359º 0.85% 0.58% -
HSV(B) 359º 0.75% 0.94% -
XYZ 38.03 21.83 6.77 -
YUV 113.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 239 59 62 0 0.75 0.74 0.06 359 0.85 0.58
Hex EF 3B 3E 0 4B 4A 6 167 55 3A
Octal 357 73 76 0 113 112 6 547 125 72
Binary 11101111 111011 111110 0 1001011 1001010 110 101100111 1010101 111010

Color Harmonies of #EF3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3B3E

Black with #EF3B3E

Text Example


Text Example

White with #EF3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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