Html Css Color HEX #E74020 Cinnabar

📋 copy color: '#E74020'

red 231 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #E74020

Tints of Cinnabar #E74020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 70.64%
G = 19.57%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E74020 (or 0xE74020) is known color: Cinnabar. HEX triplet: E7, 40 and 20. RGB value is (231,64,32). Sum of RGB (Red+Green+Blue) = 231+64+32=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E74020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74020 is #18BFDF. Grayscale: #6E6E6E. Windows color (decimal): -1621984 or 2113767. OLE color: 2113767.

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

Color convert

RGB 231 64 32 -
CMYK 0 0.72 0.86 0.09
HSL 9.65º 0.81% 0.52% -
HSV(B) 9.65º 0.86% 0.91% -
XYZ 35.05 20.76 3.53 -
YUV 110.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 231 64 32 0 0.72 0.86 0.09 9.65 0.81 0.52
Hex E7 40 20 0 48 56 9 A 51 34
Octal 347 100 40 0 110 126 11 12 121 64
Binary 11100111 1000000 100000 0 1001000 1010110 1001 1010 1010001 110100

Color Harmonies of #E74020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74020

Black with #E74020

Text Example


Text Example

White with #E74020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74020; }

 p { color: rgb(231,64,32); }

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

background-color css

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

 a { background-color: rgb(231,64,32); }

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

border-color css

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

 span { border-color: rgb(231,64,32); }

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