Html Css Color HEX #E94F31 Cinnabar

📋 copy color: '#E94F31'

red 233 ◦ green 79 ◦ blue 49

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

Shades of Cinnabar #E94F31

Tints of Cinnabar #E94F31

RGB

 RED value IS 233 (91.41% from 255) = 64.54%

 GREEN value IS 79 (31.25% from 255) = 21.88%

 BLUE value IS 49 (19.53% from 255) = 13.57%

R = 64.54%
G = 21.88%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E94F31 (or 0xE94F31) is known color: Cinnabar. HEX triplet: E9, 4F and 31. RGB value is (233,79,49). Sum of RGB (Red+Green+Blue) = 233+79+49=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F31 is #16B0CE. Grayscale: #797979. Windows color (decimal): -1487055 or 3231721. OLE color: 3231721.

HSL color Cylindrical-coordinate representation of color #E94F31: hue angle of 9.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E94F31 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 79 49 -
CMYK 0 0.66 0.79 0.09
HSL 9.78º 0.81% 0.55% -
HSV(B) 9.78º 0.79% 0.91% -
XYZ 36.95 23.14 5.42 -
YUV 121.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 233 79 49 0 0.66 0.79 0.09 9.78 0.81 0.55
Hex E9 4F 31 0 42 4F 9 A 51 37
Octal 351 117 61 0 102 117 11 12 121 67
Binary 11101001 1001111 110001 0 1000010 1001111 1001 1010 1010001 110111

Color Harmonies of #E94F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F31

Black with #E94F31

Text Example


Text Example

White with #E94F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F31; }

 p { color: rgb(233,79,49); }

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

background-color css

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

 a { background-color: rgb(233,79,49); }

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

border-color css

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

 span { border-color: rgb(233,79,49); }

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