Html Css Color HEX #E74116 Cinnabar

📋 copy color: '#E74116'

red 231 ◦ green 65 ◦ blue 22

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

Shades of Cinnabar #E74116

Tints of Cinnabar #E74116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

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

R = 72.64%
G = 20.44%
B = 6.92%

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

#E74116 (or 0xE74116) is known color: Cinnabar. HEX triplet: E7, 41 and 16. RGB value is (231,65,22). Sum of RGB (Red+Green+Blue) = 231+65+22=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E74116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74116 is #18BEE9. Grayscale: #6E6E6E. Windows color (decimal): -1621738 or 1458663. OLE color: 1458663.

HSL color Cylindrical-coordinate representation of color #E74116: hue angle of 12.34º 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 #E74116 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 22 -
CMYK 0 0.72 0.90 0.09
HSL 12.34º 0.83% 0.5% -
HSV(B) 12.34º 0.9% 0.91% -
XYZ 34.99 20.83 2.93 -
YUV 109.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 231 65 22 0 0.72 0.90 0.09 12.34 0.83 0.5
Hex E7 41 16 0 48 5A 9 C 53 32
Octal 347 101 26 0 110 132 11 14 123 62
Binary 11100111 1000001 10110 0 1001000 1011010 1001 1100 1010011 110010

Color Harmonies of #E74116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74116

Black with #E74116

Text Example


Text Example

White with #E74116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74116; }

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

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

background-color css

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

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

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

border-color css

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

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

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