Html Css Color HEX #E9342C Cinnabar

📋 copy color: '#E9342C'

red 233 ◦ green 52 ◦ blue 44

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

Shades of Cinnabar #E9342C

Tints of Cinnabar #E9342C

RGB

 RED value IS 233 (91.41% from 255) = 70.82%

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

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

R = 70.82%
G = 15.81%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9342C (or 0xE9342C) is known color: Cinnabar. HEX triplet: E9, 34 and 2C. RGB value is (233,52,44). Sum of RGB (Red+Green+Blue) = 233+52+44=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9342C is #16CBD3. Grayscale: #696969. Windows color (decimal): -1493972 or 2897129. OLE color: 2897129.

HSL color Cylindrical-coordinate representation of color #E9342C: hue angle of 2.54º degrees, saturation: 0.81, 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 #E9342C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 44 -
CMYK 0 0.78 0.81 0.09
HSL 2.54º 0.81% 0.54% -
HSV(B) 2.54º 0.81% 0.91% -
XYZ 35.29 19.96 4.38 -
YUV 105.21 93.47 219.15 -
System Red Green Blue C M Y K H S L
Decimal 233 52 44 0 0.78 0.81 0.09 2.54 0.81 0.54
Hex E9 34 2C 0 4E 51 9 3 51 36
Octal 351 64 54 0 116 121 11 3 121 66
Binary 11101001 110100 101100 0 1001110 1010001 1001 11 1010001 110110

Color Harmonies of #E9342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9342C

Black with #E9342C

Text Example


Text Example

White with #E9342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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