Html Css Color HEX #E82520 Cinnabar

📋 copy color: '#E82520'

red 232 ◦ green 37 ◦ blue 32

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

Shades of Cinnabar #E82520

Tints of Cinnabar #E82520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 77.08%
G = 12.29%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E82520 (or 0xE82520) is known color: Cinnabar. HEX triplet: E8, 25 and 20. RGB value is (232,37,32). Sum of RGB (Red+Green+Blue) = 232+37+32=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E82520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82520 is #17DADF. Grayscale: #5E5E5E. Windows color (decimal): -1563360 or 2106856. OLE color: 2106856.

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

Color convert

RGB 232 37 32 -
CMYK 0 0.84 0.86 0.09
HSL 1.5º 0.81% 0.52% -
HSV(B) 1.5º 0.86% 0.91% -
XYZ 34.2 18.58 3.15 -
YUV 94.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 232 37 32 0 0.84 0.86 0.09 1.5 0.81 0.52
Hex E8 25 20 0 54 56 9 2 51 34
Octal 350 45 40 0 124 126 11 2 121 64
Binary 11101000 100101 100000 0 1010100 1010110 1001 10 1010001 110100

Color Harmonies of #E82520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82520

Black with #E82520

Text Example


Text Example

White with #E82520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82520; }

 p { color: rgb(232,37,32); }

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

background-color css

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

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

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

border-color css

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

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

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