Html Css Color HEX #E63601 Orange Red

📋 copy color: '#E63601'

red 230 ◦ green 54 ◦ blue 1

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

Shades of Orange Red #E63601

Tints of Orange Red #E63601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 80.7%
G = 18.95%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E63601 (or 0xE63601) is known color: Orange Red. HEX triplet: E6, 36 and 01. RGB value is (230,54,1). Sum of RGB (Red+Green+Blue) = 230+54+1=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E63601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63601 is #19C9FE. Grayscale: #646464. Windows color (decimal): -1690111 or 79590. OLE color: 79590.

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

Color convert

RGB 230 54 1 -
CMYK 0 0.77 1.00 0.10
HSL 13.89º 0.99% 0.45% -
HSV(B) 13.89º 1% 0.9% -
XYZ 33.96 19.46 2 -
YUV 100.58 71.81 220.31 -
System Red Green Blue C M Y K H S L
Decimal 230 54 1 0 0.77 1.00 0.10 13.89 0.99 0.45
Hex E6 36 1 0 4D 64 A E 63 2D
Octal 346 66 1 0 115 144 12 16 143 55
Binary 11100110 110110 1 0 1001101 1100100 1010 1110 1100011 101101

Color Harmonies of #E63601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63601

Black with #E63601

Text Example


Text Example

White with #E63601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63601; }

 p { color: rgb(230,54,1); }

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

background-color css

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

 a { background-color: rgb(230,54,1); }

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

border-color css

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

 span { border-color: rgb(230,54,1); }

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