Html Css Color HEX #E82E2A Cinnabar

📋 copy color: '#E82E2A'

red 232 ◦ green 46 ◦ blue 42

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

Shades of Cinnabar #E82E2A

Tints of Cinnabar #E82E2A

RGB

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

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

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

R = 72.5%
G = 14.38%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E82E2A (or 0xE82E2A) is known color: Cinnabar. HEX triplet: E8, 2E and 2A. RGB value is (232,46,42). Sum of RGB (Red+Green+Blue) = 232+46+42=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E2A is #17D1D5. Grayscale: #656565. Windows color (decimal): -1561046 or 2764520. OLE color: 2764520.

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

Color convert

RGB 232 46 42 -
CMYK 0 0.80 0.82 0.09
HSL 1.26º 0.81% 0.54% -
HSV(B) 1.26º 0.82% 0.91% -
XYZ 34.67 19.28 4.08 -
YUV 101.16 94.62 221.33 -
System Red Green Blue C M Y K H S L
Decimal 232 46 42 0 0.80 0.82 0.09 1.26 0.81 0.54
Hex E8 2E 2A 0 50 52 9 1 51 36
Octal 350 56 52 0 120 122 11 1 121 66
Binary 11101000 101110 101010 0 1010000 1010010 1001 1 1010001 110110

Color Harmonies of #E82E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82E2A

Black with #E82E2A

Text Example


Text Example

White with #E82E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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