Html Css Color HEX #EC470F Orange Red

📋 copy color: '#EC470F'

red 236 ◦ green 71 ◦ blue 15

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

Shades of Orange Red #EC470F

Tints of Orange Red #EC470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 73.29%
G = 22.05%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC470F (or 0xEC470F) is known color: Orange Red. HEX triplet: EC, 47 and 0F. RGB value is (236,71,15). Sum of RGB (Red+Green+Blue) = 236+71+15=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC470F is #13B8F0. Grayscale: #727272. Windows color (decimal): -1292529 or 1001452. OLE color: 1001452.

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

Color convert

RGB 236 71 15 -
CMYK 0 0.70 0.94 0.07
HSL 15.2º 0.88% 0.49% -
HSV(B) 15.2º 0.94% 0.93% -
XYZ 36.93 22.37 2.82 -
YUV 113.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 236 71 15 0 0.70 0.94 0.07 15.2 0.88 0.49
Hex EC 47 F 0 46 5E 7 F 58 31
Octal 354 107 17 0 106 136 7 17 130 61
Binary 11101100 1000111 1111 0 1000110 1011110 111 1111 1011000 110001

Color Harmonies of #EC470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC470F

Black with #EC470F

Text Example


Text Example

White with #EC470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC470F; }

 p { color: rgb(236,71,15); }

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

background-color css

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

 a { background-color: rgb(236,71,15); }

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

border-color css

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

 span { border-color: rgb(236,71,15); }

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