Html Css Color HEX #EC460A Orange Red

📋 copy color: '#EC460A'

red 236 ◦ green 70 ◦ blue 10

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

Shades of Orange Red #EC460A

Tints of Orange Red #EC460A

RGB

 RED value IS 236 (92.58% from 255) = 74.68%

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 74.68%
G = 22.15%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC460A (or 0xEC460A) is known color: Orange Red. HEX triplet: EC, 46 and 0A. RGB value is (236,70,10). Sum of RGB (Red+Green+Blue) = 236+70+10=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC460A is #13B9F5. Grayscale: #717171. Windows color (decimal): -1292790 or 673516. OLE color: 673516.

HSL color Cylindrical-coordinate representation of color #EC460A: hue angle of 15.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC460A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 10 -
CMYK 0 0.70 0.96 0.07
HSL 15.93º 0.92% 0.48% -
HSV(B) 15.93º 0.96% 0.93% -
XYZ 36.84 22.24 2.64 -
YUV 112.79 70 215.88 -
System Red Green Blue C M Y K H S L
Decimal 236 70 10 0 0.70 0.96 0.07 15.93 0.92 0.48
Hex EC 46 A 0 46 60 7 10 5C 30
Octal 354 106 12 0 106 140 7 20 134 60
Binary 11101100 1000110 1010 0 1000110 1100000 111 10000 1011100 110000

Color Harmonies of #EC460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC460A

Black with #EC460A

Text Example


Text Example

White with #EC460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC460A; }

 p { color: rgb(236,70,10); }

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

background-color css

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

 a { background-color: rgb(236,70,10); }

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

border-color css

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

 span { border-color: rgb(236,70,10); }

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