Html Css Color HEX #E7502A Cinnabar

📋 copy color: '#E7502A'

red 231 ◦ green 80 ◦ blue 42

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

Shades of Cinnabar #E7502A

Tints of Cinnabar #E7502A

RGB

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

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

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

R = 65.44%
G = 22.66%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7502A (or 0xE7502A) is known color: Cinnabar. HEX triplet: E7, 50 and 2A. RGB value is (231,80,42). Sum of RGB (Red+Green+Blue) = 231+80+42=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E7502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7502A is #18AFD5. Grayscale: #797979. Windows color (decimal): -1617878 or 2773223. OLE color: 2773223.

HSL color Cylindrical-coordinate representation of color #E7502A: hue angle of 12.06º degrees, saturation: 0.8, 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 #E7502A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 42 -
CMYK 0 0.65 0.82 0.09
HSL 12.06º 0.8% 0.54% -
HSV(B) 12.06º 0.82% 0.91% -
XYZ 36.24 22.89 4.7 -
YUV 120.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 231 80 42 0 0.65 0.82 0.09 12.06 0.8 0.54
Hex E7 50 2A 0 41 52 9 C 50 36
Octal 347 120 52 0 101 122 11 14 120 66
Binary 11100111 1010000 101010 0 1000001 1010010 1001 1100 1010000 110110

Color Harmonies of #E7502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7502A

Black with #E7502A

Text Example


Text Example

White with #E7502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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