Html Css Color HEX #E9502D Cinnabar

📋 copy color: '#E9502D'

red 233 ◦ green 80 ◦ blue 45

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

Shades of Cinnabar #E9502D

Tints of Cinnabar #E9502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 65.08%
G = 22.35%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9502D (or 0xE9502D) is known color: Cinnabar. HEX triplet: E9, 50 and 2D. RGB value is (233,80,45). Sum of RGB (Red+Green+Blue) = 233+80+45=358 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.08% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 233 - color contains mainly: red. Hex color #E9502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9502D is #16AFD2. Grayscale: #7A7A7A. Windows color (decimal): -1486803 or 2969833. OLE color: 2969833.

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

Color convert

RGB 233 80 45 -
CMYK 0 0.66 0.81 0.09
HSL 11.17º 0.81% 0.55% -
HSV(B) 11.17º 0.81% 0.91% -
XYZ 36.95 23.25 5.02 -
YUV 121.76 84.69 207.35 -
System Red Green Blue C M Y K H S L
Decimal 233 80 45 0 0.66 0.81 0.09 11.17 0.81 0.55
Hex E9 50 2D 0 42 51 9 B 51 37
Octal 351 120 55 0 102 121 11 13 121 67
Binary 11101001 1010000 101101 0 1000010 1010001 1001 1011 1010001 110111

Color Harmonies of #E9502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9502D

Black with #E9502D

Text Example


Text Example

White with #E9502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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