Html Css Color HEX #E9502A Cinnabar

📋 copy color: '#E9502A'

red 233 ◦ green 80 ◦ blue 42

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

Shades of Cinnabar #E9502A

Tints of Cinnabar #E9502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 42 (16.8% from 255) = 11.83%

R = 65.63%
G = 22.54%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9502A (or 0xE9502A) is known color: Cinnabar. HEX triplet: E9, 50 and 2A. RGB value is (233,80,42). Sum of RGB (Red+Green+Blue) = 233+80+42=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E9502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9502A is #16AFD5. Grayscale: #797979. Windows color (decimal): -1486806 or 2773225. OLE color: 2773225.

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

Color convert

RGB 233 80 42 -
CMYK 0 0.66 0.82 0.09
HSL 11.94º 0.81% 0.54% -
HSV(B) 11.94º 0.82% 0.91% -
XYZ 36.89 23.23 4.73 -
YUV 121.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 233 80 42 0 0.66 0.82 0.09 11.94 0.81 0.54
Hex E9 50 2A 0 42 52 9 C 51 36
Octal 351 120 52 0 102 122 11 14 121 66
Binary 11101001 1010000 101010 0 1000010 1010010 1001 1100 1010001 110110

Color Harmonies of #E9502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9502A

Black with #E9502A

Text Example


Text Example

White with #E9502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9502A; }

 p { color: rgb(233,80,42); }

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

background-color css

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

 a { background-color: rgb(233,80,42); }

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

border-color css

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

 span { border-color: rgb(233,80,42); }

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