Html Css Color HEX #E94D32 Cinnabar

📋 copy color: '#E94D32'

red 233 ◦ green 77 ◦ blue 50

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

Shades of Cinnabar #E94D32

Tints of Cinnabar #E94D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

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

R = 64.72%
G = 21.39%
B = 13.89%

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

#E94D32 (or 0xE94D32) is known color: Cinnabar. HEX triplet: E9, 4D and 32. RGB value is (233,77,50). Sum of RGB (Red+Green+Blue) = 233+77+50=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94D32 is #16B2CD. Grayscale: #787878. Windows color (decimal): -1487566 or 3296745. OLE color: 3296745.

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

Color convert

RGB 233 77 50 -
CMYK 0 0.67 0.79 0.09
HSL 8.85º 0.81% 0.55% -
HSV(B) 8.85º 0.79% 0.91% -
XYZ 36.83 22.86 5.49 -
YUV 120.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 233 77 50 0 0.67 0.79 0.09 8.85 0.81 0.55
Hex E9 4D 32 0 43 4F 9 9 51 37
Octal 351 115 62 0 103 117 11 11 121 67
Binary 11101001 1001101 110010 0 1000011 1001111 1001 1001 1010001 110111

Color Harmonies of #E94D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D32

Black with #E94D32

Text Example


Text Example

White with #E94D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D32; }

 p { color: rgb(233,77,50); }

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

background-color css

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

 a { background-color: rgb(233,77,50); }

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

border-color css

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

 span { border-color: rgb(233,77,50); }

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