Html Css Color HEX #E82C2A Cinnabar

📋 copy color: '#E82C2A'

red 232 ◦ green 44 ◦ blue 42

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

Shades of Cinnabar #E82C2A

Tints of Cinnabar #E82C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 72.96%
G = 13.84%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E82C2A (or 0xE82C2A) is known color: Cinnabar. HEX triplet: E8, 2C and 2A. RGB value is (232,44,42). Sum of RGB (Red+Green+Blue) = 232+44+42=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C2A is #17D3D5. Grayscale: #646464. Windows color (decimal): -1561558 or 2764008. OLE color: 2764008.

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

Color convert

RGB 232 44 42 -
CMYK 0 0.81 0.82 0.09
HSL 0.63º 0.81% 0.54% -
HSV(B) 0.63º 0.82% 0.91% -
XYZ 34.6 19.12 4.06 -
YUV 99.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 232 44 42 0 0.81 0.82 0.09 0.63 0.81 0.54
Hex E8 2C 2A 0 51 52 9 1 51 36
Octal 350 54 52 0 121 122 11 1 121 66
Binary 11101000 101100 101010 0 1010001 1010010 1001 1 1010001 110110

Color Harmonies of #E82C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82C2A

Black with #E82C2A

Text Example


Text Example

White with #E82C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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