Html Css Color HEX #E94220 Cinnabar

📋 copy color: '#E94220'

red 233 ◦ green 66 ◦ blue 32

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

Shades of Cinnabar #E94220

Tints of Cinnabar #E94220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 70.39%
G = 19.94%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E94220 (or 0xE94220) is known color: Cinnabar. HEX triplet: E9, 42 and 20. RGB value is (233,66,32). Sum of RGB (Red+Green+Blue) = 233+66+32=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E94220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94220 is #16BDDF. Grayscale: #707070. Windows color (decimal): -1490400 or 2114281. OLE color: 2114281.

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

Color convert

RGB 233 66 32 -
CMYK 0 0.72 0.86 0.09
HSL 10.15º 0.82% 0.52% -
HSV(B) 10.15º 0.86% 0.91% -
XYZ 35.81 21.32 3.59 -
YUV 112.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 233 66 32 0 0.72 0.86 0.09 10.15 0.82 0.52
Hex E9 42 20 0 48 56 9 A 52 34
Octal 351 102 40 0 110 126 11 12 122 64
Binary 11101001 1000010 100000 0 1001000 1010110 1001 1010 1010010 110100

Color Harmonies of #E94220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94220

Black with #E94220

Text Example


Text Example

White with #E94220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94220; }

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

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

background-color css

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

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

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

border-color css

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

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

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