Html Css Color HEX #E74320 Cinnabar

📋 copy color: '#E74320'

red 231 ◦ green 67 ◦ blue 32

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

Shades of Cinnabar #E74320

Tints of Cinnabar #E74320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 70%
G = 20.3%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E74320 (or 0xE74320) is known color: Cinnabar. HEX triplet: E7, 43 and 20. RGB value is (231,67,32). Sum of RGB (Red+Green+Blue) = 231+67+32=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E74320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74320 is #18BCDF. Grayscale: #707070. Windows color (decimal): -1621216 or 2114535. OLE color: 2114535.

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

Color convert

RGB 231 67 32 -
CMYK 0 0.71 0.86 0.09
HSL 10.55º 0.81% 0.52% -
HSV(B) 10.55º 0.86% 0.91% -
XYZ 35.22 21.11 3.58 -
YUV 112.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 231 67 32 0 0.71 0.86 0.09 10.55 0.81 0.52
Hex E7 43 20 0 47 56 9 B 51 34
Octal 347 103 40 0 107 126 11 13 121 64
Binary 11100111 1000011 100000 0 1000111 1010110 1001 1011 1010001 110100

Color Harmonies of #E74320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74320

Black with #E74320

Text Example


Text Example

White with #E74320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74320; }

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

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

background-color css

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

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

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

border-color css

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

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

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