Html Css Color HEX #E74331 Cinnabar

📋 copy color: '#E74331'

red 231 ◦ green 67 ◦ blue 49

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

Shades of Cinnabar #E74331

Tints of Cinnabar #E74331

RGB

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

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

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

R = 66.57%
G = 19.31%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E74331 (or 0xE74331) is known color: Cinnabar. HEX triplet: E7, 43 and 31. RGB value is (231,67,49). Sum of RGB (Red+Green+Blue) = 231+67+49=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E74331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74331 is #18BCCE. Grayscale: #727272. Windows color (decimal): -1621199 or 3228647. OLE color: 3228647.

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

Color convert

RGB 231 67 49 -
CMYK 0 0.71 0.79 0.09
HSL 5.93º 0.79% 0.55% -
HSV(B) 5.93º 0.79% 0.91% -
XYZ 35.52 21.22 5.13 -
YUV 113.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 231 67 49 0 0.71 0.79 0.09 5.93 0.79 0.55
Hex E7 43 31 0 47 4F 9 6 4F 37
Octal 347 103 61 0 107 117 11 6 117 67
Binary 11100111 1000011 110001 0 1000111 1001111 1001 110 1001111 110111

Color Harmonies of #E74331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74331

Black with #E74331

Text Example


Text Example

White with #E74331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74331; }

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

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

background-color css

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

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

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

border-color css

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

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

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