Html Css Color HEX #EF493B Cinnabar

📋 copy color: '#EF493B'

red 239 ◦ green 73 ◦ blue 59

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

Shades of Cinnabar #EF493B

Tints of Cinnabar #EF493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 64.42%
G = 19.68%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF493B (or 0xEF493B) is known color: Cinnabar. HEX triplet: EF, 49 and 3B. RGB value is (239,73,59). Sum of RGB (Red+Green+Blue) = 239+73+59=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF493B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF493B is #10B6C4. Grayscale: #797979. Windows color (decimal): -1095365 or 3885551. OLE color: 3885551.

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

Color convert

RGB 239 73 59 -
CMYK 0 0.69 0.75 0.06
HSL 4.67º 0.85% 0.58% -
HSV(B) 4.67º 0.75% 0.94% -
XYZ 38.77 23.43 6.62 -
YUV 121.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 239 73 59 0 0.69 0.75 0.06 4.67 0.85 0.58
Hex EF 49 3B 0 45 4B 6 5 55 3A
Octal 357 111 73 0 105 113 6 5 125 72
Binary 11101111 1001001 111011 0 1000101 1001011 110 101 1010101 111010

Color Harmonies of #EF493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF493B

Black with #EF493B

Text Example


Text Example

White with #EF493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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