Html Css Color HEX #E8403A Cinnabar

📋 copy color: '#E8403A'

red 232 ◦ green 64 ◦ blue 58

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

Shades of Cinnabar #E8403A

Tints of Cinnabar #E8403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 65.54%
G = 18.08%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E8403A (or 0xE8403A) is known color: Cinnabar. HEX triplet: E8, 40 and 3A. RGB value is (232,64,58). Sum of RGB (Red+Green+Blue) = 232+64+58=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E8403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8403A is #17BFC5. Grayscale: #717171. Windows color (decimal): -1556422 or 3817704. OLE color: 3817704.

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

Color convert

RGB 232 64 58 -
CMYK 0 0.72 0.75 0.09
HSL 2.07º 0.79% 0.57% -
HSV(B) 2.07º 0.75% 0.91% -
XYZ 35.88 21.13 6.19 -
YUV 113.55 96.66 212.49 -
System Red Green Blue C M Y K H S L
Decimal 232 64 58 0 0.72 0.75 0.09 2.07 0.79 0.57
Hex E8 40 3A 0 48 4B 9 2 4F 39
Octal 350 100 72 0 110 113 11 2 117 71
Binary 11101000 1000000 111010 0 1001000 1001011 1001 10 1001111 111001

Color Harmonies of #E8403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8403A

Black with #E8403A

Text Example


Text Example

White with #E8403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8403A; }

 p { color: rgb(232,64,58); }

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

background-color css

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

 a { background-color: rgb(232,64,58); }

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

border-color css

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

 span { border-color: rgb(232,64,58); }

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