Html Css Color HEX #E6390A Orange Red

📋 copy color: '#E6390A'

red 230 ◦ green 57 ◦ blue 10

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

Shades of Orange Red #E6390A

Tints of Orange Red #E6390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 10 (4.3% from 255) = 3.37%

R = 77.44%
G = 19.19%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6390A (or 0xE6390A) is known color: Orange Red. HEX triplet: E6, 39 and 0A. RGB value is (230,57,10). Sum of RGB (Red+Green+Blue) = 230+57+10=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6390A is #19C6F5. Grayscale: #676767. Windows color (decimal): -1689334 or 670182. OLE color: 670182.

HSL color Cylindrical-coordinate representation of color #E6390A: hue angle of 12.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6390A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 57 10 -
CMYK 0 0.75 0.96 0.10
HSL 12.82º 0.92% 0.47% -
HSV(B) 12.82º 0.96% 0.9% -
XYZ 34.15 19.77 2.3 -
YUV 103.37 75.31 218.32 -
System Red Green Blue C M Y K H S L
Decimal 230 57 10 0 0.75 0.96 0.10 12.82 0.92 0.47
Hex E6 39 A 0 4B 60 A D 5C 2F
Octal 346 71 12 0 113 140 12 15 134 57
Binary 11100110 111001 1010 0 1001011 1100000 1010 1101 1011100 101111

Color Harmonies of #E6390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6390A

Black with #E6390A

Text Example


Text Example

White with #E6390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6390A; }

 p { color: rgb(230,57,10); }

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

background-color css

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

 a { background-color: rgb(230,57,10); }

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

border-color css

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

 span { border-color: rgb(230,57,10); }

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