Html Css Color HEX #E74232 Cinnabar

📋 copy color: '#E74232'

red 231 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #E74232

Tints of Cinnabar #E74232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 66.57%
G = 19.02%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E74232 (or 0xE74232) is known color: Cinnabar. HEX triplet: E7, 42 and 32. RGB value is (231,66,50). Sum of RGB (Red+Green+Blue) = 231+66+50=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E74232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74232 is #18BDCD. Grayscale: #717171. Windows color (decimal): -1621454 or 3293927. OLE color: 3293927.

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

Color convert

RGB 231 66 50 -
CMYK 0 0.71 0.78 0.09
HSL 5.3º 0.79% 0.55% -
HSV(B) 5.3º 0.78% 0.91% -
XYZ 35.48 21.12 5.22 -
YUV 113.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 231 66 50 0 0.71 0.78 0.09 5.3 0.79 0.55
Hex E7 42 32 0 47 4E 9 5 4F 37
Octal 347 102 62 0 107 116 11 5 117 67
Binary 11100111 1000010 110010 0 1000111 1001110 1001 101 1001111 110111

Color Harmonies of #E74232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74232

Black with #E74232

Text Example


Text Example

White with #E74232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74232; }

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

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

background-color css

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

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

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

border-color css

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

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

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