Html Css Color HEX #E74220 Cinnabar

📋 copy color: '#E74220'

red 231 ◦ green 66 ◦ blue 32

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

Shades of Cinnabar #E74220

Tints of Cinnabar #E74220

RGB

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

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

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

R = 70.21%
G = 20.06%
B = 9.73%

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

#E74220 (or 0xE74220) is known color: Cinnabar. HEX triplet: E7, 42 and 20. RGB value is (231,66,32). Sum of RGB (Red+Green+Blue) = 231+66+32=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E74220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74220 is #18BDDF. Grayscale: #6F6F6F. Windows color (decimal): -1621472 or 2114279. OLE color: 2114279.

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

Color convert

RGB 231 66 32 -
CMYK 0 0.71 0.86 0.09
HSL 10.25º 0.81% 0.52% -
HSV(B) 10.25º 0.86% 0.91% -
XYZ 35.16 20.99 3.56 -
YUV 111.46 83.16 213.26 -
System Red Green Blue C M Y K H S L
Decimal 231 66 32 0 0.71 0.86 0.09 10.25 0.81 0.52
Hex E7 42 20 0 47 56 9 A 51 34
Octal 347 102 40 0 107 126 11 12 121 64
Binary 11100111 1000010 100000 0 1000111 1010110 1001 1010 1010001 110100

Color Harmonies of #E74220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74220

Black with #E74220

Text Example


Text Example

White with #E74220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74220; }

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

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

background-color css

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

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

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

border-color css

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

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

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