Html Css Color HEX #E94E30 Cinnabar

📋 copy color: '#E94E30'

red 233 ◦ green 78 ◦ blue 48

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

Shades of Cinnabar #E94E30

Tints of Cinnabar #E94E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 64.9%
G = 21.73%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E94E30 (or 0xE94E30) is known color: Cinnabar. HEX triplet: E9, 4E and 30. RGB value is (233,78,48). Sum of RGB (Red+Green+Blue) = 233+78+48=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94E30 is #16B1CF. Grayscale: #797979. Windows color (decimal): -1487312 or 3165929. OLE color: 3165929.

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

Color convert

RGB 233 78 48 -
CMYK 0 0.67 0.79 0.09
HSL 9.73º 0.81% 0.55% -
HSV(B) 9.73º 0.79% 0.91% -
XYZ 36.86 22.99 5.29 -
YUV 120.93 86.85 207.94 -
System Red Green Blue C M Y K H S L
Decimal 233 78 48 0 0.67 0.79 0.09 9.73 0.81 0.55
Hex E9 4E 30 0 43 4F 9 A 51 37
Octal 351 116 60 0 103 117 11 12 121 67
Binary 11101001 1001110 110000 0 1000011 1001111 1001 1010 1010001 110111

Color Harmonies of #E94E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94E30

Black with #E94E30

Text Example


Text Example

White with #E94E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94E30; }

 p { color: rgb(233,78,48); }

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

background-color css

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

 a { background-color: rgb(233,78,48); }

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

border-color css

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

 span { border-color: rgb(233,78,48); }

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