Html Css Color HEX #E82B2B Cinnabar

📋 copy color: '#E82B2B'

red 232 ◦ green 43 ◦ blue 43

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

Shades of Cinnabar #E82B2B

Tints of Cinnabar #E82B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 72.96%
G = 13.52%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E82B2B (or 0xE82B2B) is known color: Cinnabar. HEX triplet: E8, 2B and 2B. RGB value is (232,43,43). Sum of RGB (Red+Green+Blue) = 232+43+43=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82B2B is #17D4D4. Grayscale: #636363. Windows color (decimal): -1561813 or 2829288. OLE color: 2829288.

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

Color convert

RGB 232 43 43 -
CMYK 0 0.81 0.81 0.09
HSL 0.8% 0.54% -
HSV(B) 0.81% 0.91% -
XYZ 34.58 19.06 4.14 -
YUV 99.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 232 43 43 0 0.81 0.81 0.09 0 0.8 0.54
Hex E8 2B 2B 0 51 51 9 0 50 36
Octal 350 53 53 0 121 121 11 0 120 66
Binary 11101000 101011 101011 0 1010001 1010001 1001 0 1010000 110110

Color Harmonies of #E82B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82B2B

Black with #E82B2B

Text Example


Text Example

White with #E82B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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