Html Css Color HEX #E8352F Cinnabar

📋 copy color: '#E8352F'

red 232 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #E8352F

Tints of Cinnabar #E8352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 69.88%
G = 15.96%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8352F (or 0xE8352F) is known color: Cinnabar. HEX triplet: E8, 35 and 2F. RGB value is (232,53,47). Sum of RGB (Red+Green+Blue) = 232+53+47=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E8352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8352F is #17CAD0. Grayscale: #6A6A6A. Windows color (decimal): -1559249 or 3093992. OLE color: 3093992.

HSL color Cylindrical-coordinate representation of color #E8352F: hue angle of 1.95º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8352F is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 53 47 -
CMYK 0 0.77 0.80 0.09
HSL 1.95º 0.8% 0.55% -
HSV(B) 1.95º 0.8% 0.91% -
XYZ 35.06 19.91 4.68 -
YUV 105.84 94.8 217.99 -
System Red Green Blue C M Y K H S L
Decimal 232 53 47 0 0.77 0.80 0.09 1.95 0.8 0.55
Hex E8 35 2F 0 4D 50 9 2 50 37
Octal 350 65 57 0 115 120 11 2 120 67
Binary 11101000 110101 101111 0 1001101 1010000 1001 10 1010000 110111

Color Harmonies of #E8352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8352F

Black with #E8352F

Text Example


Text Example

White with #E8352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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