Html Css Color HEX #E9503A Cinnabar

📋 copy color: '#E9503A'

red 233 ◦ green 80 ◦ blue 58

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

Shades of Cinnabar #E9503A

Tints of Cinnabar #E9503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 62.8%
G = 21.56%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9503A (or 0xE9503A) is known color: Cinnabar. HEX triplet: E9, 50 and 3A. RGB value is (233,80,58). Sum of RGB (Red+Green+Blue) = 233+80+58=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E9503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9503A is #16AFC5. Grayscale: #7B7B7B. Windows color (decimal): -1486790 or 3821801. OLE color: 3821801.

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

Color convert

RGB 233 80 58 -
CMYK 0 0.66 0.75 0.09
HSL 7.54º 0.8% 0.57% -
HSV(B) 7.54º 0.75% 0.91% -
XYZ 37.24 23.37 6.55 -
YUV 123.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 233 80 58 0 0.66 0.75 0.09 7.54 0.8 0.57
Hex E9 50 3A 0 42 4B 9 8 50 39
Octal 351 120 72 0 102 113 11 10 120 71
Binary 11101001 1010000 111010 0 1000010 1001011 1001 1000 1010000 111001

Color Harmonies of #E9503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9503A

Black with #E9503A

Text Example


Text Example

White with #E9503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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