Html Css Color HEX #E8312A Cinnabar

📋 copy color: '#E8312A'

red 232 ◦ green 49 ◦ blue 42

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

Shades of Cinnabar #E8312A

Tints of Cinnabar #E8312A

RGB

 RED value IS 232 (91.02% from 255) = 71.83%

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

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

R = 71.83%
G = 15.17%
B = 13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8312A (or 0xE8312A) is known color: Cinnabar. HEX triplet: E8, 31 and 2A. RGB value is (232,49,42). Sum of RGB (Red+Green+Blue) = 232+49+42=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E8312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8312A is #17CED5. Grayscale: #676767. Windows color (decimal): -1560278 or 2765288. OLE color: 2765288.

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

Color convert

RGB 232 49 42 -
CMYK 0 0.79 0.82 0.09
HSL 2.21º 0.81% 0.54% -
HSV(B) 2.21º 0.82% 0.91% -
XYZ 34.79 19.52 4.12 -
YUV 102.92 93.63 220.07 -
System Red Green Blue C M Y K H S L
Decimal 232 49 42 0 0.79 0.82 0.09 2.21 0.81 0.54
Hex E8 31 2A 0 4F 52 9 2 51 36
Octal 350 61 52 0 117 122 11 2 121 66
Binary 11101000 110001 101010 0 1001111 1010010 1001 10 1010001 110110

Color Harmonies of #E8312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8312A

Black with #E8312A

Text Example


Text Example

White with #E8312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8312A; }

 p { color: rgb(232,49,42); }

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

background-color css

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

 a { background-color: rgb(232,49,42); }

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

border-color css

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

 span { border-color: rgb(232,49,42); }

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