Html Css Color HEX #E84C2A Cinnabar

📋 copy color: '#E84C2A'

red 232 ◦ green 76 ◦ blue 42

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

Shades of Cinnabar #E84C2A

Tints of Cinnabar #E84C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 66.29%
G = 21.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E84C2A (or 0xE84C2A) is known color: Cinnabar. HEX triplet: E8, 4C and 2A. RGB value is (232,76,42). Sum of RGB (Red+Green+Blue) = 232+76+42=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84C2A is #17B3D5. Grayscale: #777777. Windows color (decimal): -1553366 or 2772200. OLE color: 2772200.

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

Color convert

RGB 232 76 42 -
CMYK 0 0.67 0.82 0.09
HSL 10.74º 0.81% 0.54% -
HSV(B) 10.74º 0.82% 0.91% -
XYZ 36.28 22.49 4.62 -
YUV 118.77 84.68 208.76 -
System Red Green Blue C M Y K H S L
Decimal 232 76 42 0 0.67 0.82 0.09 10.74 0.81 0.54
Hex E8 4C 2A 0 43 52 9 B 51 36
Octal 350 114 52 0 103 122 11 13 121 66
Binary 11101000 1001100 101010 0 1000011 1010010 1001 1011 1010001 110110

Color Harmonies of #E84C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84C2A

Black with #E84C2A

Text Example


Text Example

White with #E84C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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