Html Css Color HEX #E9322D Cinnabar

📋 copy color: '#E9322D'

red 233 ◦ green 50 ◦ blue 45

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

Shades of Cinnabar #E9322D

Tints of Cinnabar #E9322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 71.04%
G = 15.24%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9322D (or 0xE9322D) is known color: Cinnabar. HEX triplet: E9, 32 and 2D. RGB value is (233,50,45). Sum of RGB (Red+Green+Blue) = 233+50+45=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9322D is #16CDD2. Grayscale: #686868. Windows color (decimal): -1494483 or 2962153. OLE color: 2962153.

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

Color convert

RGB 233 50 45 -
CMYK 0 0.79 0.81 0.09
HSL 1.6º 0.81% 0.55% -
HSV(B) 1.6º 0.81% 0.91% -
XYZ 35.22 19.79 4.45 -
YUV 104.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 233 50 45 0 0.79 0.81 0.09 1.6 0.81 0.55
Hex E9 32 2D 0 4F 51 9 2 51 37
Octal 351 62 55 0 117 121 11 2 121 67
Binary 11101001 110010 101101 0 1001111 1010001 1001 10 1010001 110111

Color Harmonies of #E9322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9322D

Black with #E9322D

Text Example


Text Example

White with #E9322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9322D; }

 p { color: rgb(233,50,45); }

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

background-color css

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

 a { background-color: rgb(233,50,45); }

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

border-color css

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

 span { border-color: rgb(233,50,45); }

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