Html Css Color HEX #E8410D Orange Red

📋 copy color: '#E8410D'

red 232 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #E8410D

Tints of Orange Red #E8410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 74.84%
G = 20.97%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8410D (or 0xE8410D) is known color: Orange Red. HEX triplet: E8, 41 and 0D. RGB value is (232,65,13). Sum of RGB (Red+Green+Blue) = 232+65+13=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8410D is #17BEF2. Grayscale: #6D6D6D. Windows color (decimal): -1556211 or 868840. OLE color: 868840.

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

Color convert

RGB 232 65 13 -
CMYK 0 0.72 0.94 0.09
HSL 14.25º 0.89% 0.48% -
HSV(B) 14.25º 0.94% 0.91% -
XYZ 35.24 20.97 2.57 -
YUV 109.01 73.83 215.73 -
System Red Green Blue C M Y K H S L
Decimal 232 65 13 0 0.72 0.94 0.09 14.25 0.89 0.48
Hex E8 41 D 0 48 5E 9 E 59 30
Octal 350 101 15 0 110 136 11 16 131 60
Binary 11101000 1000001 1101 0 1001000 1011110 1001 1110 1011001 110000

Color Harmonies of #E8410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8410D

Black with #E8410D

Text Example


Text Example

White with #E8410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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