Html Css Color HEX #E63A0A Orange Red

📋 copy color: '#E63A0A'

red 230 ◦ green 58 ◦ blue 10

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

Shades of Orange Red #E63A0A

Tints of Orange Red #E63A0A

RGB

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

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

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

R = 77.18%
G = 19.46%
B = 3.36%

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

#E63A0A (or 0xE63A0A) is known color: Orange Red. HEX triplet: E6, 3A and 0A. RGB value is (230,58,10). Sum of RGB (Red+Green+Blue) = 230+58+10=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E63A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63A0A is #19C5F5. Grayscale: #686868. Windows color (decimal): -1689078 or 670438. OLE color: 670438.

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

Color convert

RGB 230 58 10 -
CMYK 0 0.75 0.96 0.10
HSL 13.09º 0.92% 0.47% -
HSV(B) 13.09º 0.96% 0.9% -
XYZ 34.2 19.87 2.32 -
YUV 103.96 74.98 217.9 -
System Red Green Blue C M Y K H S L
Decimal 230 58 10 0 0.75 0.96 0.10 13.09 0.92 0.47
Hex E6 3A A 0 4B 60 A D 5C 2F
Octal 346 72 12 0 113 140 12 15 134 57
Binary 11100110 111010 1010 0 1001011 1100000 1010 1101 1011100 101111

Color Harmonies of #E63A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63A0A

Black with #E63A0A

Text Example


Text Example

White with #E63A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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