Html Css Color HEX #E8411D Cinnabar

📋 copy color: '#E8411D'

red 232 ◦ green 65 ◦ blue 29

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

Shades of Cinnabar #E8411D

Tints of Cinnabar #E8411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 71.17%
G = 19.94%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8411D (or 0xE8411D) is known color: Cinnabar. HEX triplet: E8, 41 and 1D. RGB value is (232,65,29). Sum of RGB (Red+Green+Blue) = 232+65+29=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8411D is #17BEE2. Grayscale: #6F6F6F. Windows color (decimal): -1556195 or 1917416. OLE color: 1917416.

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

Color convert

RGB 232 65 29 -
CMYK 0 0.72 0.88 0.09
HSL 10.64º 0.82% 0.51% -
HSV(B) 10.64º 0.88% 0.91% -
XYZ 35.39 21.03 3.36 -
YUV 110.83 81.83 214.43 -
System Red Green Blue C M Y K H S L
Decimal 232 65 29 0 0.72 0.88 0.09 10.64 0.82 0.51
Hex E8 41 1D 0 48 58 9 B 52 33
Octal 350 101 35 0 110 130 11 13 122 63
Binary 11101000 1000001 11101 0 1001000 1011000 1001 1011 1010010 110011

Color Harmonies of #E8411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8411D

Black with #E8411D

Text Example


Text Example

White with #E8411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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