Html Css Color HEX #E9312F Cinnabar

📋 copy color: '#E9312F'

red 233 ◦ green 49 ◦ blue 47

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

Shades of Cinnabar #E9312F

Tints of Cinnabar #E9312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 70.82%
G = 14.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E9312F (or 0xE9312F) is known color: Cinnabar. HEX triplet: E9, 31 and 2F. RGB value is (233,49,47). Sum of RGB (Red+Green+Blue) = 233+49+47=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9312F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9312F is #16CED0. Grayscale: #676767. Windows color (decimal): -1494737 or 3092969. OLE color: 3092969.

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

Color convert

RGB 233 49 47 -
CMYK 0 0.79 0.80 0.09
HSL 0.65º 0.81% 0.55% -
HSV(B) 0.65º 0.8% 0.91% -
XYZ 35.22 19.73 4.64 -
YUV 103.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 233 49 47 0 0.79 0.80 0.09 0.65 0.81 0.55
Hex E9 31 2F 0 4F 50 9 1 51 37
Octal 351 61 57 0 117 120 11 1 121 67
Binary 11101001 110001 101111 0 1001111 1010000 1001 1 1010001 110111

Color Harmonies of #E9312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9312F

Black with #E9312F

Text Example


Text Example

White with #E9312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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