Html Css Color HEX #E8412D Cinnabar

📋 copy color: '#E8412D'

red 232 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #E8412D

Tints of Cinnabar #E8412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 67.84%
G = 19.01%
B = 13.16%

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

#E8412D (or 0xE8412D) is known color: Cinnabar. HEX triplet: E8, 41 and 2D. RGB value is (232,65,45). Sum of RGB (Red+Green+Blue) = 232+65+45=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E8412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8412D is #17BED2. Grayscale: #707070. Windows color (decimal): -1556179 or 2965992. OLE color: 2965992.

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

Color convert

RGB 232 65 45 -
CMYK 0 0.72 0.81 0.09
HSL 6.42º 0.8% 0.54% -
HSV(B) 6.42º 0.81% 0.91% -
XYZ 35.64 21.13 4.68 -
YUV 112.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 232 65 45 0 0.72 0.81 0.09 6.42 0.8 0.54
Hex E8 41 2D 0 48 51 9 6 50 36
Octal 350 101 55 0 110 121 11 6 120 66
Binary 11101000 1000001 101101 0 1001000 1010001 1001 110 1010000 110110

Color Harmonies of #E8412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8412D

Black with #E8412D

Text Example


Text Example

White with #E8412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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