Html Css Color HEX #E8341D Cinnabar

📋 copy color: '#E8341D'

red 232 ◦ green 52 ◦ blue 29

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

Shades of Cinnabar #E8341D

Tints of Cinnabar #E8341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 74.12%
G = 16.61%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8341D (or 0xE8341D) is known color: Cinnabar. HEX triplet: E8, 34 and 1D. RGB value is (232,52,29). Sum of RGB (Red+Green+Blue) = 232+52+29=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8341D is #17CBE2. Grayscale: #676767. Windows color (decimal): -1559523 or 1914088. OLE color: 1914088.

HSL color Cylindrical-coordinate representation of color #E8341D: hue angle of 6.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8341D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 52 29 -
CMYK 0 0.78 0.88 0.09
HSL 6.8º 0.82% 0.51% -
HSV(B) 6.8º 0.88% 0.91% -
XYZ 34.73 19.7 3.13 -
YUV 103.2 86.13 219.87 -
System Red Green Blue C M Y K H S L
Decimal 232 52 29 0 0.78 0.88 0.09 6.8 0.82 0.51
Hex E8 34 1D 0 4E 58 9 7 52 33
Octal 350 64 35 0 116 130 11 7 122 63
Binary 11101000 110100 11101 0 1001110 1011000 1001 111 1010010 110011

Color Harmonies of #E8341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8341D

Black with #E8341D

Text Example


Text Example

White with #E8341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8341D; }

 p { color: rgb(232,52,29); }

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

background-color css

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

 a { background-color: rgb(232,52,29); }

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

border-color css

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

 span { border-color: rgb(232,52,29); }

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