Html Css Color HEX #E8382B Cinnabar

📋 copy color: '#E8382B'

red 232 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #E8382B

Tints of Cinnabar #E8382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 70.09%
G = 16.92%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8382B (or 0xE8382B) is known color: Cinnabar. HEX triplet: E8, 38 and 2B. RGB value is (232,56,43). Sum of RGB (Red+Green+Blue) = 232+56+43=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8382B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8382B is #17C7D4. Grayscale: #6B6B6B. Windows color (decimal): -1558485 or 2832616. OLE color: 2832616.

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

Color convert

RGB 232 56 43 -
CMYK 0 0.76 0.81 0.09
HSL 4.13º 0.8% 0.54% -
HSV(B) 4.13º 0.81% 0.91% -
XYZ 35.13 20.16 4.32 -
YUV 107.14 91.81 217.06 -
System Red Green Blue C M Y K H S L
Decimal 232 56 43 0 0.76 0.81 0.09 4.13 0.8 0.54
Hex E8 38 2B 0 4C 51 9 4 50 36
Octal 350 70 53 0 114 121 11 4 120 66
Binary 11101000 111000 101011 0 1001100 1010001 1001 100 1010000 110110

Color Harmonies of #E8382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8382B

Black with #E8382B

Text Example


Text Example

White with #E8382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8382B; }

 p { color: rgb(232,56,43); }

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

background-color css

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

 a { background-color: rgb(232,56,43); }

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

border-color css

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

 span { border-color: rgb(232,56,43); }

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