Html Css Color HEX #E63B0A Orange Red

📋 copy color: '#E63B0A'

red 230 ◦ green 59 ◦ blue 10

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

Shades of Orange Red #E63B0A

Tints of Orange Red #E63B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

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

R = 76.92%
G = 19.73%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E63B0A (or 0xE63B0A) is known color: Orange Red. HEX triplet: E6, 3B and 0A. RGB value is (230,59,10). Sum of RGB (Red+Green+Blue) = 230+59+10=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E63B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63B0A is #19C4F5. Grayscale: #686868. Windows color (decimal): -1688822 or 670694. OLE color: 670694.

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

Color convert

RGB 230 59 10 -
CMYK 0 0.74 0.96 0.10
HSL 13.36º 0.92% 0.47% -
HSV(B) 13.36º 0.96% 0.9% -
XYZ 34.25 19.97 2.34 -
YUV 104.54 74.65 217.48 -
System Red Green Blue C M Y K H S L
Decimal 230 59 10 0 0.74 0.96 0.10 13.36 0.92 0.47
Hex E6 3B A 0 4A 60 A D 5C 2F
Octal 346 73 12 0 112 140 12 15 134 57
Binary 11100110 111011 1010 0 1001010 1100000 1010 1101 1011100 101111

Color Harmonies of #E63B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63B0A

Black with #E63B0A

Text Example


Text Example

White with #E63B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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