Html Css Color HEX #E8400C Orange Red

📋 copy color: '#E8400C'

red 232 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #E8400C

Tints of Orange Red #E8400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 75.32%
G = 20.78%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8400C (or 0xE8400C) is known color: Orange Red. HEX triplet: E8, 40 and 0C. RGB value is (232,64,12). Sum of RGB (Red+Green+Blue) = 232+64+12=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8400C is #17BFF3. Grayscale: #6C6C6C. Windows color (decimal): -1556468 or 803048. OLE color: 803048.

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

Color convert

RGB 232 64 12 -
CMYK 0 0.72 0.95 0.09
HSL 14.18º 0.9% 0.48% -
HSV(B) 14.18º 0.95% 0.91% -
XYZ 35.18 20.85 2.52 -
YUV 108.3 73.66 216.23 -
System Red Green Blue C M Y K H S L
Decimal 232 64 12 0 0.72 0.95 0.09 14.18 0.9 0.48
Hex E8 40 C 0 48 5F 9 E 5A 30
Octal 350 100 14 0 110 137 11 16 132 60
Binary 11101000 1000000 1100 0 1001000 1011111 1001 1110 1011010 110000

Color Harmonies of #E8400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8400C

Black with #E8400C

Text Example


Text Example

White with #E8400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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