Html Css Color HEX #E82E2E Cinnabar

📋 copy color: '#E82E2E'

red 232 ◦ green 46 ◦ blue 46

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

Shades of Cinnabar #E82E2E

Tints of Cinnabar #E82E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.2%

 BLUE value IS 46 (18.36% from 255) = 14.2%

R = 71.6%
G = 14.2%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E82E2E (or 0xE82E2E) is known color: Cinnabar. HEX triplet: E8, 2E and 2E. RGB value is (232,46,46). Sum of RGB (Red+Green+Blue) = 232+46+46=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E2E is #17D1D1. Grayscale: #656565. Windows color (decimal): -1561042 or 3026664. OLE color: 3026664.

HSL color Cylindrical-coordinate representation of color #E82E2E: hue angle of 0º degrees, saturation: 0.8, 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 #E82E2E is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 46 46 -
CMYK 0 0.80 0.80 0.09
HSL 0.8% 0.55% -
HSV(B) 0.8% 0.91% -
XYZ 34.75 19.31 4.48 -
YUV 101.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 232 46 46 0 0.80 0.80 0.09 0 0.8 0.55
Hex E8 2E 2E 0 50 50 9 0 50 37
Octal 350 56 56 0 120 120 11 0 120 67
Binary 11101000 101110 101110 0 1010000 1010000 1001 0 1010000 110111

Color Harmonies of #E82E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82E2E

Black with #E82E2E

Text Example


Text Example

White with #E82E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82E2E; }

 p { color: rgb(232,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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