Html Css Color HEX #E8332D Cinnabar

📋 copy color: '#E8332D'

red 232 ◦ green 51 ◦ blue 45

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

Shades of Cinnabar #E8332D

Tints of Cinnabar #E8332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 70.73%
G = 15.55%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8332D (or 0xE8332D) is known color: Cinnabar. HEX triplet: E8, 33 and 2D. RGB value is (232,51,45). Sum of RGB (Red+Green+Blue) = 232+51+45=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8332D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8332D is #17CCD2. Grayscale: #686868. Windows color (decimal): -1559763 or 2962408. OLE color: 2962408.

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

Color convert

RGB 232 51 45 -
CMYK 0 0.78 0.81 0.09
HSL 1.93º 0.8% 0.54% -
HSV(B) 1.93º 0.81% 0.91% -
XYZ 34.94 19.71 4.45 -
YUV 104.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 232 51 45 0 0.78 0.81 0.09 1.93 0.8 0.54
Hex E8 33 2D 0 4E 51 9 2 50 36
Octal 350 63 55 0 116 121 11 2 120 66
Binary 11101000 110011 101101 0 1001110 1010001 1001 10 1010000 110110

Color Harmonies of #E8332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8332D

Black with #E8332D

Text Example


Text Example

White with #E8332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8332D; }

 p { color: rgb(232,51,45); }

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

background-color css

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

 a { background-color: rgb(232,51,45); }

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

border-color css

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

 span { border-color: rgb(232,51,45); }

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