Html Css Color HEX #E8412A Cinnabar

📋 copy color: '#E8412A'

red 232 ◦ green 65 ◦ blue 42

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

Shades of Cinnabar #E8412A

Tints of Cinnabar #E8412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 68.44%
G = 19.17%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8412A (or 0xE8412A) is known color: Cinnabar. HEX triplet: E8, 41 and 2A. RGB value is (232,65,42). Sum of RGB (Red+Green+Blue) = 232+65+42=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E8412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8412A is #17BED5. Grayscale: #707070. Windows color (decimal): -1556182 or 2769384. OLE color: 2769384.

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

Color convert

RGB 232 65 42 -
CMYK 0 0.72 0.82 0.09
HSL 7.26º 0.81% 0.54% -
HSV(B) 7.26º 0.82% 0.91% -
XYZ 35.59 21.1 4.39 -
YUV 112.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 232 65 42 0 0.72 0.82 0.09 7.26 0.81 0.54
Hex E8 41 2A 0 48 52 9 7 51 36
Octal 350 101 52 0 110 122 11 7 121 66
Binary 11101000 1000001 101010 0 1001000 1010010 1001 111 1010001 110110

Color Harmonies of #E8412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8412A

Black with #E8412A

Text Example


Text Example

White with #E8412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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