Html Css Color HEX #E9501F Cinnabar

📋 copy color: '#E9501F'

red 233 ◦ green 80 ◦ blue 31

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

Shades of Cinnabar #E9501F

Tints of Cinnabar #E9501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 67.73%
G = 23.26%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E9501F (or 0xE9501F) is known color: Cinnabar. HEX triplet: E9, 50 and 1F. RGB value is (233,80,31). Sum of RGB (Red+Green+Blue) = 233+80+31=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9501F is #16AFE0. Grayscale: #787878. Windows color (decimal): -1486817 or 2052329. OLE color: 2052329.

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

Color convert

RGB 233 80 31 -
CMYK 0 0.66 0.87 0.09
HSL 14.55º 0.82% 0.52% -
HSV(B) 14.55º 0.87% 0.91% -
XYZ 36.72 23.16 3.83 -
YUV 120.16 77.69 208.48 -
System Red Green Blue C M Y K H S L
Decimal 233 80 31 0 0.66 0.87 0.09 14.55 0.82 0.52
Hex E9 50 1F 0 42 57 9 F 52 34
Octal 351 120 37 0 102 127 11 17 122 64
Binary 11101001 1010000 11111 0 1000010 1010111 1001 1111 1010010 110100

Color Harmonies of #E9501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9501F

Black with #E9501F

Text Example


Text Example

White with #E9501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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