Html Css Color HEX #EF4E32 Cinnabar

📋 copy color: '#EF4E32'

red 239 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #EF4E32

Tints of Cinnabar #EF4E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 65.12%
G = 21.25%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF4E32 (or 0xEF4E32) is known color: Cinnabar. HEX triplet: EF, 4E and 32. RGB value is (239,78,50). Sum of RGB (Red+Green+Blue) = 239+78+50=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E32 is #10B1CD. Grayscale: #7B7B7B. Windows color (decimal): -1094094 or 3297007. OLE color: 3297007.

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

Color convert

RGB 239 78 50 -
CMYK 0 0.67 0.79 0.06
HSL 8.89º 0.86% 0.57% -
HSV(B) 8.89º 0.79% 0.94% -
XYZ 38.9 24.03 5.61 -
YUV 122.95 86.84 210.78 -
System Red Green Blue C M Y K H S L
Decimal 239 78 50 0 0.67 0.79 0.06 8.89 0.86 0.57
Hex EF 4E 32 0 43 4F 6 9 56 39
Octal 357 116 62 0 103 117 6 11 126 71
Binary 11101111 1001110 110010 0 1000011 1001111 110 1001 1010110 111001

Color Harmonies of #EF4E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E32

Black with #EF4E32

Text Example


Text Example

White with #EF4E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E32; }

 p { color: rgb(239,78,50); }

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

background-color css

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

 a { background-color: rgb(239,78,50); }

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

border-color css

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

 span { border-color: rgb(239,78,50); }

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