Html Css Color HEX #E7531F Cinnabar

📋 copy color: '#E7531F'

red 231 ◦ green 83 ◦ blue 31

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

Shades of Cinnabar #E7531F

Tints of Cinnabar #E7531F

RGB

 RED value IS 231 (90.63% from 255) = 66.96%

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 66.96%
G = 24.06%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7531F (or 0xE7531F) is known color: Cinnabar. HEX triplet: E7, 53 and 1F. RGB value is (231,83,31). Sum of RGB (Red+Green+Blue) = 231+83+31=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7531F is #18ACE0. Grayscale: #797979. Windows color (decimal): -1617121 or 2053095. OLE color: 2053095.

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

Color convert

RGB 231 83 31 -
CMYK 0 0.64 0.87 0.09
HSL 15.6º 0.81% 0.51% -
HSV(B) 15.6º 0.87% 0.91% -
XYZ 36.3 23.27 3.88 -
YUV 121.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 231 83 31 0 0.64 0.87 0.09 15.6 0.81 0.51
Hex E7 53 1F 0 40 57 9 10 51 33
Octal 347 123 37 0 100 127 11 20 121 63
Binary 11100111 1010011 11111 0 1000000 1010111 1001 10000 1010001 110011

Color Harmonies of #E7531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7531F

Black with #E7531F

Text Example


Text Example

White with #E7531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7531F; }

 p { color: rgb(231,83,31); }

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

background-color css

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

 a { background-color: rgb(231,83,31); }

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

border-color css

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

 span { border-color: rgb(231,83,31); }

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