Html Css Color HEX #E7342C Cinnabar

📋 copy color: '#E7342C'

red 231 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #E7342C

Tints of Cinnabar #E7342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 70.64%
G = 15.9%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7342C (or 0xE7342C) is known color: Cinnabar. HEX triplet: E7, 34 and 2C. RGB value is (231,52,44). Sum of RGB (Red+Green+Blue) = 231+52+44=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E7342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7342C is #18CBD3. Grayscale: #686868. Windows color (decimal): -1625044 or 2897127. OLE color: 2897127.

HSL color Cylindrical-coordinate representation of color #E7342C: hue angle of 2.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7342C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 52 44 -
CMYK 0 0.77 0.81 0.09
HSL 2.57º 0.8% 0.54% -
HSV(B) 2.57º 0.81% 0.91% -
XYZ 34.64 19.63 4.35 -
YUV 104.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 231 52 44 0 0.77 0.81 0.09 2.57 0.8 0.54
Hex E7 34 2C 0 4D 51 9 3 50 36
Octal 347 64 54 0 115 121 11 3 120 66
Binary 11100111 110100 101100 0 1001101 1010001 1001 11 1010000 110110

Color Harmonies of #E7342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7342C

Black with #E7342C

Text Example


Text Example

White with #E7342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7342C; }

 p { color: rgb(231,52,44); }

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

background-color css

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

 a { background-color: rgb(231,52,44); }

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

border-color css

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

 span { border-color: rgb(231,52,44); }

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