Html Css Color HEX #E6400D Orange Red

📋 copy color: '#E6400D'

red 230 ◦ green 64 ◦ blue 13

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

Shades of Orange Red #E6400D

Tints of Orange Red #E6400D

RGB

 RED value IS 230 (90.23% from 255) = 74.92%

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

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

R = 74.92%
G = 20.85%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6400D (or 0xE6400D) is known color: Orange Red. HEX triplet: E6, 40 and 0D. RGB value is (230,64,13). Sum of RGB (Red+Green+Blue) = 230+64+13=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E6400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6400D is #19BFF2. Grayscale: #6C6C6C. Windows color (decimal): -1687539 or 868582. OLE color: 868582.

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

Color convert

RGB 230 64 13 -
CMYK 0 0.72 0.94 0.10
HSL 14.1º 0.89% 0.48% -
HSV(B) 14.1º 0.94% 0.9% -
XYZ 34.54 20.52 2.52 -
YUV 107.82 74.5 215.15 -
System Red Green Blue C M Y K H S L
Decimal 230 64 13 0 0.72 0.94 0.10 14.1 0.89 0.48
Hex E6 40 D 0 48 5E A E 59 30
Octal 346 100 15 0 110 136 12 16 131 60
Binary 11100110 1000000 1101 0 1001000 1011110 1010 1110 1011001 110000

Color Harmonies of #E6400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6400D

Black with #E6400D

Text Example


Text Example

White with #E6400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6400D; }

 p { color: rgb(230,64,13); }

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

background-color css

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

 a { background-color: rgb(230,64,13); }

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

border-color css

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

 span { border-color: rgb(230,64,13); }

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