Html Css Color HEX #E8413A Cinnabar

📋 copy color: '#E8413A'

red 232 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #E8413A

Tints of Cinnabar #E8413A

RGB

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

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

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

R = 65.35%
G = 18.31%
B = 16.34%

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

#E8413A (or 0xE8413A) is known color: Cinnabar. HEX triplet: E8, 41 and 3A. RGB value is (232,65,58). Sum of RGB (Red+Green+Blue) = 232+65+58=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8413A is #17BEC5. Grayscale: #727272. Windows color (decimal): -1556166 or 3817960. OLE color: 3817960.

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

Color convert

RGB 232 65 58 -
CMYK 0 0.72 0.75 0.09
HSL 2.41º 0.79% 0.57% -
HSV(B) 2.41º 0.75% 0.91% -
XYZ 35.93 21.24 6.21 -
YUV 114.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 232 65 58 0 0.72 0.75 0.09 2.41 0.79 0.57
Hex E8 41 3A 0 48 4B 9 2 4F 39
Octal 350 101 72 0 110 113 11 2 117 71
Binary 11101000 1000001 111010 0 1001000 1001011 1001 10 1001111 111001

Color Harmonies of #E8413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8413A

Black with #E8413A

Text Example


Text Example

White with #E8413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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