Html Css Color HEX #E9342A Cinnabar

📋 copy color: '#E9342A'

red 233 ◦ green 52 ◦ blue 42

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

Shades of Cinnabar #E9342A

Tints of Cinnabar #E9342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 71.25%
G = 15.9%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9342A (or 0xE9342A) is known color: Cinnabar. HEX triplet: E9, 34 and 2A. RGB value is (233,52,42). Sum of RGB (Red+Green+Blue) = 233+52+42=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9342A is #16CBD5. Grayscale: #696969. Windows color (decimal): -1493974 or 2766057. OLE color: 2766057.

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

Color convert

RGB 233 52 42 -
CMYK 0 0.78 0.82 0.09
HSL 3.14º 0.81% 0.54% -
HSV(B) 3.14º 0.82% 0.91% -
XYZ 35.25 19.95 4.18 -
YUV 104.98 92.47 219.31 -
System Red Green Blue C M Y K H S L
Decimal 233 52 42 0 0.78 0.82 0.09 3.14 0.81 0.54
Hex E9 34 2A 0 4E 52 9 3 51 36
Octal 351 64 52 0 116 122 11 3 121 66
Binary 11101001 110100 101010 0 1001110 1010010 1001 11 1010001 110110

Color Harmonies of #E9342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9342A

Black with #E9342A

Text Example


Text Example

White with #E9342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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