Html Css Color HEX #E63A00 Orange Red

📋 copy color: '#E63A00'

red 230 ◦ green 58 ◦ blue 0

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

Shades of Orange Red #E63A00

Tints of Orange Red #E63A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.14%

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

R = 79.86%
G = 20.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E63A00 (or 0xE63A00) is known color: Orange Red. HEX triplet: E6, 3A and 00. RGB value is (230,58,0). Sum of RGB (Red+Green+Blue) = 230+58+0=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63A00 is #19C5FF. Grayscale: #676767. Windows color (decimal): -1689088 or 15078. OLE color: 15078.

HSL color Cylindrical-coordinate representation of color #E63A00: hue angle of 15.13º 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 #E63A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 58 0 -
CMYK 0 0.75 1 0.10
HSL 15.13º 1% 0.45% -
HSV(B) 15.13º 1% 0.9% -
XYZ 34.15 19.85 2.03 -
YUV 102.82 69.98 218.72 -
System Red Green Blue C M Y K H S L
Decimal 230 58 0 0 0.75 1 0.10 15.13 1 0.45
Hex E6 3A 0 0 4B 64 A F 64 2D
Octal 346 72 0 0 113 144 12 17 144 55
Binary 11100110 111010 0 0 1001011 1100100 1010 1111 1100100 101101

Color Harmonies of #E63A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63A00

Black with #E63A00

Text Example


Text Example

White with #E63A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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