Html Css Color HEX #E94520 Cinnabar

📋 copy color: '#E94520'

red 233 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #E94520

Tints of Cinnabar #E94520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 69.76%
G = 20.66%
B = 9.58%

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

#E94520 (or 0xE94520) is known color: Cinnabar. HEX triplet: E9, 45 and 20. RGB value is (233,69,32). Sum of RGB (Red+Green+Blue) = 233+69+32=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E94520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94520 is #16BADF. Grayscale: #727272. Windows color (decimal): -1489632 or 2115049. OLE color: 2115049.

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

Color convert

RGB 233 69 32 -
CMYK 0 0.70 0.86 0.09
HSL 11.04º 0.82% 0.52% -
HSV(B) 11.04º 0.86% 0.91% -
XYZ 35.99 21.68 3.65 -
YUV 113.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 233 69 32 0 0.70 0.86 0.09 11.04 0.82 0.52
Hex E9 45 20 0 46 56 9 B 52 34
Octal 351 105 40 0 106 126 11 13 122 64
Binary 11101001 1000101 100000 0 1000110 1010110 1001 1011 1010010 110100

Color Harmonies of #E94520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94520

Black with #E94520

Text Example


Text Example

White with #E94520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94520; }

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

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

background-color css

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

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

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

border-color css

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

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

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