Html Css Color HEX #E74216 Cinnabar

📋 copy color: '#E74216'

red 231 ◦ green 66 ◦ blue 22

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

Shades of Cinnabar #E74216

Tints of Cinnabar #E74216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

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

R = 72.41%
G = 20.69%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E74216 (or 0xE74216) is known color: Cinnabar. HEX triplet: E7, 42 and 16. RGB value is (231,66,22). Sum of RGB (Red+Green+Blue) = 231+66+22=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E74216 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74216 is #18BDE9. Grayscale: #6E6E6E. Windows color (decimal): -1621482 or 1458919. OLE color: 1458919.

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

Color convert

RGB 231 66 22 -
CMYK 0 0.71 0.90 0.09
HSL 12.63º 0.83% 0.5% -
HSV(B) 12.63º 0.9% 0.91% -
XYZ 35.05 20.94 2.95 -
YUV 110.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 231 66 22 0 0.71 0.90 0.09 12.63 0.83 0.5
Hex E7 42 16 0 47 5A 9 D 53 32
Octal 347 102 26 0 107 132 11 15 123 62
Binary 11100111 1000010 10110 0 1000111 1011010 1001 1101 1010011 110010

Color Harmonies of #E74216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74216

Black with #E74216

Text Example


Text Example

White with #E74216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74216; }

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

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

background-color css

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

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

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

border-color css

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

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

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