Html Css Color HEX #E74016 Cinnabar

📋 copy color: '#E74016'

red 231 ◦ green 64 ◦ blue 22

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

Shades of Cinnabar #E74016

Tints of Cinnabar #E74016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 72.87%
G = 20.19%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E74016 (or 0xE74016) is known color: Cinnabar. HEX triplet: E7, 40 and 16. RGB value is (231,64,22). Sum of RGB (Red+Green+Blue) = 231+64+22=317 (41% of max value = 765). Red value is 231 (90.62% from 255 or 72.87% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 231 - color contains mainly: red. Hex color #E74016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74016 is #18BFE9. Grayscale: #6D6D6D. Windows color (decimal): -1621994 or 1458407. OLE color: 1458407.

HSL color Cylindrical-coordinate representation of color #E74016: hue angle of 12.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E74016 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 22 -
CMYK 0 0.72 0.90 0.09
HSL 12.06º 0.83% 0.5% -
HSV(B) 12.06º 0.9% 0.91% -
XYZ 34.93 20.71 2.92 -
YUV 109.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 231 64 22 0 0.72 0.90 0.09 12.06 0.83 0.5
Hex E7 40 16 0 48 5A 9 C 53 32
Octal 347 100 26 0 110 132 11 14 123 62
Binary 11100111 1000000 10110 0 1001000 1011010 1001 1100 1010011 110010

Color Harmonies of #E74016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74016

Black with #E74016

Text Example


Text Example

White with #E74016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74016; }

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

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

background-color css

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

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

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

border-color css

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

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

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