Html Css Color HEX #E84A2B Cinnabar

📋 copy color: '#E84A2B'

red 232 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #E84A2B

Tints of Cinnabar #E84A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

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

R = 66.48%
G = 21.2%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E84A2B (or 0xE84A2B) is known color: Cinnabar. HEX triplet: E8, 4A and 2B. RGB value is (232,74,43). Sum of RGB (Red+Green+Blue) = 232+74+43=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A2B is #17B5D4. Grayscale: #757575. Windows color (decimal): -1553877 or 2837224. OLE color: 2837224.

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

Color convert

RGB 232 74 43 -
CMYK 0 0.68 0.81 0.09
HSL 9.84º 0.8% 0.54% -
HSV(B) 9.84º 0.81% 0.91% -
XYZ 36.16 22.23 4.67 -
YUV 117.71 85.85 209.52 -
System Red Green Blue C M Y K H S L
Decimal 232 74 43 0 0.68 0.81 0.09 9.84 0.8 0.54
Hex E8 4A 2B 0 44 51 9 A 50 36
Octal 350 112 53 0 104 121 11 12 120 66
Binary 11101000 1001010 101011 0 1000100 1010001 1001 1010 1010000 110110

Color Harmonies of #E84A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A2B

Black with #E84A2B

Text Example


Text Example

White with #E84A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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