Html Css Color HEX #E8411F Cinnabar

📋 copy color: '#E8411F'

red 232 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #E8411F

Tints of Cinnabar #E8411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.45%

R = 70.73%
G = 19.82%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8411F (or 0xE8411F) is known color: Cinnabar. HEX triplet: E8, 41 and 1F. RGB value is (232,65,31). Sum of RGB (Red+Green+Blue) = 232+65+31=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8411F is #17BEE0. Grayscale: #6F6F6F. Windows color (decimal): -1556193 or 2048488. OLE color: 2048488.

HSL color Cylindrical-coordinate representation of color #E8411F: hue angle of 10.15º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8411F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 65 31 -
CMYK 0 0.72 0.87 0.09
HSL 10.15º 0.81% 0.52% -
HSV(B) 10.15º 0.87% 0.91% -
XYZ 35.42 21.04 3.49 -
YUV 111.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 232 65 31 0 0.72 0.87 0.09 10.15 0.81 0.52
Hex E8 41 1F 0 48 57 9 A 51 34
Octal 350 101 37 0 110 127 11 12 121 64
Binary 11101000 1000001 11111 0 1001000 1010111 1001 1010 1010001 110100

Color Harmonies of #E8411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8411F

Black with #E8411F

Text Example


Text Example

White with #E8411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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