Html Css Color HEX #E94A20 Cinnabar

📋 copy color: '#E94A20'

red 233 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #E94A20

Tints of Cinnabar #E94A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

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

R = 68.73%
G = 21.83%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E94A20 (or 0xE94A20) is known color: Cinnabar. HEX triplet: E9, 4A and 20. RGB value is (233,74,32). Sum of RGB (Red+Green+Blue) = 233+74+32=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94A20 is #16B5DF. Grayscale: #757575. Windows color (decimal): -1488352 or 2116329. OLE color: 2116329.

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

Color convert

RGB 233 74 32 -
CMYK 0 0.68 0.86 0.09
HSL 12.54º 0.82% 0.52% -
HSV(B) 12.54º 0.86% 0.91% -
XYZ 36.31 22.33 3.76 -
YUV 116.75 80.18 210.92 -
System Red Green Blue C M Y K H S L
Decimal 233 74 32 0 0.68 0.86 0.09 12.54 0.82 0.52
Hex E9 4A 20 0 44 56 9 D 52 34
Octal 351 112 40 0 104 126 11 15 122 64
Binary 11101001 1001010 100000 0 1000100 1010110 1001 1101 1010010 110100

Color Harmonies of #E94A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A20

Black with #E94A20

Text Example


Text Example

White with #E94A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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