Html Css Color HEX #E8412B Cinnabar

📋 copy color: '#E8412B'

red 232 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #E8412B

Tints of Cinnabar #E8412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 68.24%
G = 19.12%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8412B (or 0xE8412B) is known color: Cinnabar. HEX triplet: E8, 41 and 2B. RGB value is (232,65,43). Sum of RGB (Red+Green+Blue) = 232+65+43=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8412B is #17BED4. Grayscale: #707070. Windows color (decimal): -1556181 or 2834920. OLE color: 2834920.

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

Color convert

RGB 232 65 43 -
CMYK 0 0.72 0.81 0.09
HSL 6.98º 0.8% 0.54% -
HSV(B) 6.98º 0.81% 0.91% -
XYZ 35.61 21.11 4.48 -
YUV 112.43 88.83 213.29 -
System Red Green Blue C M Y K H S L
Decimal 232 65 43 0 0.72 0.81 0.09 6.98 0.8 0.54
Hex E8 41 2B 0 48 51 9 7 50 36
Octal 350 101 53 0 110 121 11 7 120 66
Binary 11101000 1000001 101011 0 1001000 1010001 1001 111 1010000 110110

Color Harmonies of #E8412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8412B

Black with #E8412B

Text Example


Text Example

White with #E8412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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