Html Css Color HEX #E82A2A Cinnabar

📋 copy color: '#E82A2A'

red 232 ◦ green 42 ◦ blue 42

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

Shades of Cinnabar #E82A2A

Tints of Cinnabar #E82A2A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 73.42%
G = 13.29%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E82A2A (or 0xE82A2A) is known color: Cinnabar. HEX triplet: E8, 2A and 2A. RGB value is (232,42,42). Sum of RGB (Red+Green+Blue) = 232+42+42=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E82A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82A2A is #17D5D5. Grayscale: #636363. Windows color (decimal): -1562070 or 2763496. OLE color: 2763496.

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

Color convert

RGB 232 42 42 -
CMYK 0 0.82 0.82 0.09
HSL 0.81% 0.54% -
HSV(B) 0.82% 0.91% -
XYZ 34.52 18.98 4.03 -
YUV 98.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 232 42 42 0 0.82 0.82 0.09 0 0.81 0.54
Hex E8 2A 2A 0 52 52 9 0 51 36
Octal 350 52 52 0 122 122 11 0 121 66
Binary 11101000 101010 101010 0 1010010 1010010 1001 0 1010001 110110

Color Harmonies of #E82A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82A2A

Black with #E82A2A

Text Example


Text Example

White with #E82A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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