Html Css Color HEX #E8352A Cinnabar

📋 copy color: '#E8352A'

red 232 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #E8352A

Tints of Cinnabar #E8352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 70.95%
G = 16.21%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8352A (or 0xE8352A) is known color: Cinnabar. HEX triplet: E8, 35 and 2A. RGB value is (232,53,42). Sum of RGB (Red+Green+Blue) = 232+53+42=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8352A is #17CAD5. Grayscale: #696969. Windows color (decimal): -1559254 or 2766312. OLE color: 2766312.

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

Color convert

RGB 232 53 42 -
CMYK 0 0.77 0.82 0.09
HSL 3.47º 0.81% 0.54% -
HSV(B) 3.47º 0.82% 0.91% -
XYZ 34.97 19.87 4.18 -
YUV 105.27 92.3 218.39 -
System Red Green Blue C M Y K H S L
Decimal 232 53 42 0 0.77 0.82 0.09 3.47 0.81 0.54
Hex E8 35 2A 0 4D 52 9 3 51 36
Octal 350 65 52 0 115 122 11 3 121 66
Binary 11101000 110101 101010 0 1001101 1010010 1001 11 1010001 110110

Color Harmonies of #E8352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8352A

Black with #E8352A

Text Example


Text Example

White with #E8352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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