Html Css Color HEX #EC3A07 Orange Red

📋 copy color: '#EC3A07'

red 236 ◦ green 58 ◦ blue 7

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

Shades of Orange Red #EC3A07

Tints of Orange Red #EC3A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 78.41%
G = 19.27%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3A07 (or 0xEC3A07) is known color: Orange Red. HEX triplet: EC, 3A and 07. RGB value is (236,58,7). Sum of RGB (Red+Green+Blue) = 236+58+7=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A07 is #13C5F8. Grayscale: #696969. Windows color (decimal): -1295865 or 473836. OLE color: 473836.

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

Color convert

RGB 236 58 7 -
CMYK 0 0.75 0.97 0.07
HSL 13.36º 0.94% 0.48% -
HSV(B) 13.36º 0.97% 0.93% -
XYZ 36.14 20.87 2.33 -
YUV 105.41 72.47 221.15 -
System Red Green Blue C M Y K H S L
Decimal 236 58 7 0 0.75 0.97 0.07 13.36 0.94 0.48
Hex EC 3A 7 0 4B 61 7 D 5E 30
Octal 354 72 7 0 113 141 7 15 136 60
Binary 11101100 111010 111 0 1001011 1100001 111 1101 1011110 110000

Color Harmonies of #EC3A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A07

Black with #EC3A07

Text Example


Text Example

White with #EC3A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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