Html Css Color HEX #EC3A0F Orange Red

📋 copy color: '#EC3A0F'

red 236 ◦ green 58 ◦ blue 15

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

Shades of Orange Red #EC3A0F

Tints of Orange Red #EC3A0F

RGB

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

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

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

R = 76.38%
G = 18.77%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC3A0F (or 0xEC3A0F) is known color: Orange Red. HEX triplet: EC, 3A and 0F. RGB value is (236,58,15). Sum of RGB (Red+Green+Blue) = 236+58+15=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A0F is #13C5F0. Grayscale: #6A6A6A. Windows color (decimal): -1295857 or 998124. OLE color: 998124.

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

Color convert

RGB 236 58 15 -
CMYK 0 0.75 0.94 0.07
HSL 11.67º 0.88% 0.49% -
HSV(B) 11.67º 0.94% 0.93% -
XYZ 36.19 20.89 2.58 -
YUV 106.32 76.47 220.5 -
System Red Green Blue C M Y K H S L
Decimal 236 58 15 0 0.75 0.94 0.07 11.67 0.88 0.49
Hex EC 3A F 0 4B 5E 7 C 58 31
Octal 354 72 17 0 113 136 7 14 130 61
Binary 11101100 111010 1111 0 1001011 1011110 111 1100 1011000 110001

Color Harmonies of #EC3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A0F

Black with #EC3A0F

Text Example


Text Example

White with #EC3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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