Html Css Color HEX #E94620 Cinnabar

📋 copy color: '#E94620'

red 233 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #E94620

Tints of Cinnabar #E94620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 69.55%
G = 20.9%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E94620 (or 0xE94620) is known color: Cinnabar. HEX triplet: E9, 46 and 20. RGB value is (233,70,32). Sum of RGB (Red+Green+Blue) = 233+70+32=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E94620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94620 is #16B9DF. Grayscale: #727272. Windows color (decimal): -1489376 or 2115305. OLE color: 2115305.

HSL color Cylindrical-coordinate representation of color #E94620: hue angle of 11.34º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E94620 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 70 32 -
CMYK 0 0.70 0.86 0.09
HSL 11.34º 0.82% 0.52% -
HSV(B) 11.34º 0.86% 0.91% -
XYZ 36.06 21.81 3.68 -
YUV 114.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 233 70 32 0 0.70 0.86 0.09 11.34 0.82 0.52
Hex E9 46 20 0 46 56 9 B 52 34
Octal 351 106 40 0 106 126 11 13 122 64
Binary 11101001 1000110 100000 0 1000110 1010110 1001 1011 1010010 110100

Color Harmonies of #E94620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94620

Black with #E94620

Text Example


Text Example

White with #E94620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94620; }

 p { color: rgb(233,70,32); }

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

background-color css

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

 a { background-color: rgb(233,70,32); }

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

border-color css

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

 span { border-color: rgb(233,70,32); }

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