Html Css Color HEX #E74631 Cinnabar

📋 copy color: '#E74631'

red 231 ◦ green 70 ◦ blue 49

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

Shades of Cinnabar #E74631

Tints of Cinnabar #E74631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 66%
G = 20%
B = 14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E74631 (or 0xE74631) is known color: Cinnabar. HEX triplet: E7, 46 and 31. RGB value is (231,70,49). Sum of RGB (Red+Green+Blue) = 231+70+49=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E74631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74631 is #18B9CE. Grayscale: #737373. Windows color (decimal): -1620431 or 3229415. OLE color: 3229415.

HSL color Cylindrical-coordinate representation of color #E74631: hue angle of 6.92º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E74631 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 70 49 -
CMYK 0 0.70 0.79 0.09
HSL 6.92º 0.79% 0.55% -
HSV(B) 6.92º 0.79% 0.91% -
XYZ 35.7 21.59 5.19 -
YUV 115.75 90.34 210.21 -
System Red Green Blue C M Y K H S L
Decimal 231 70 49 0 0.70 0.79 0.09 6.92 0.79 0.55
Hex E7 46 31 0 46 4F 9 7 4F 37
Octal 347 106 61 0 106 117 11 7 117 67
Binary 11100111 1000110 110001 0 1000110 1001111 1001 111 1001111 110111

Color Harmonies of #E74631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74631

Black with #E74631

Text Example


Text Example

White with #E74631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74631; }

 p { color: rgb(231,70,49); }

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

background-color css

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

 a { background-color: rgb(231,70,49); }

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

border-color css

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

 span { border-color: rgb(231,70,49); }

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