Html Css Color HEX #E9312D Cinnabar

📋 copy color: '#E9312D'

red 233 ◦ green 49 ◦ blue 45

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

Shades of Cinnabar #E9312D

Tints of Cinnabar #E9312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 71.25%
G = 14.98%
B = 13.76%

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

#E9312D (or 0xE9312D) is known color: Cinnabar. HEX triplet: E9, 31 and 2D. RGB value is (233,49,45). Sum of RGB (Red+Green+Blue) = 233+49+45=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9312D is #16CED2. Grayscale: #676767. Windows color (decimal): -1494739 or 2961897. OLE color: 2961897.

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

Color convert

RGB 233 49 45 -
CMYK 0 0.79 0.81 0.09
HSL 1.28º 0.81% 0.55% -
HSV(B) 1.28º 0.81% 0.91% -
XYZ 35.18 19.71 4.43 -
YUV 103.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 233 49 45 0 0.79 0.81 0.09 1.28 0.81 0.55
Hex E9 31 2D 0 4F 51 9 1 51 37
Octal 351 61 55 0 117 121 11 1 121 67
Binary 11101001 110001 101101 0 1001111 1010001 1001 1 1010001 110111

Color Harmonies of #E9312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9312D

Black with #E9312D

Text Example


Text Example

White with #E9312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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