Html Css Color HEX #E82E2D Cinnabar

📋 copy color: '#E82E2D'

red 232 ◦ green 46 ◦ blue 45

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

Shades of Cinnabar #E82E2D

Tints of Cinnabar #E82E2D

RGB

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

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

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

R = 71.83%
G = 14.24%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E82E2D (or 0xE82E2D) is known color: Cinnabar. HEX triplet: E8, 2E and 2D. RGB value is (232,46,45). Sum of RGB (Red+Green+Blue) = 232+46+45=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E2D is #17D1D2. Grayscale: #656565. Windows color (decimal): -1561043 or 2961128. OLE color: 2961128.

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

Color convert

RGB 232 46 45 -
CMYK 0 0.80 0.81 0.09
HSL 0.32º 0.8% 0.54% -
HSV(B) 0.32º 0.81% 0.91% -
XYZ 34.73 19.3 4.38 -
YUV 101.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 232 46 45 0 0.80 0.81 0.09 0.32 0.8 0.54
Hex E8 2E 2D 0 50 51 9 0 50 36
Octal 350 56 55 0 120 121 11 0 120 66
Binary 11101000 101110 101101 0 1010000 1010001 1001 0 1010000 110110

Color Harmonies of #E82E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82E2D

Black with #E82E2D

Text Example


Text Example

White with #E82E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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