Html Css Color HEX #E63400 Orange Red

📋 copy color: '#E63400'

red 230 ◦ green 52 ◦ blue 0

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

Shades of Orange Red #E63400

Tints of Orange Red #E63400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.56%
G = 18.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E63400 (or 0xE63400) is known color: Orange Red. HEX triplet: E6, 34 and 00. RGB value is (230,52,0). Sum of RGB (Red+Green+Blue) = 230+52+0=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E63400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63400 is #19CBFF. Grayscale: #636363. Windows color (decimal): -1690624 or 13542. OLE color: 13542.

HSL color Cylindrical-coordinate representation of color #E63400: hue angle of 13.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E63400 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 52 0 -
CMYK 0 0.77 1 0.10
HSL 13.57º 1% 0.45% -
HSV(B) 13.57º 1% 0.9% -
XYZ 33.86 19.28 1.94 -
YUV 99.29 71.97 221.23 -
System Red Green Blue C M Y K H S L
Decimal 230 52 0 0 0.77 1 0.10 13.57 1 0.45
Hex E6 34 0 0 4D 64 A E 64 2D
Octal 346 64 0 0 115 144 12 16 144 55
Binary 11100110 110100 0 0 1001101 1100100 1010 1110 1100100 101101

Color Harmonies of #E63400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63400

Black with #E63400

Text Example


Text Example

White with #E63400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63400; }

 p { color: rgb(230,52,0); }

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

background-color css

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

 a { background-color: rgb(230,52,0); }

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

border-color css

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

 span { border-color: rgb(230,52,0); }

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